source: extensions/UserAdvManager/branches/2.40/template/ConfirmMail.tpl @ 14371

Last change on this file since 14371 was 14371, checked in by Eric, 12 years ago

Bug 2572 fixed - Adding a local home icon on ConfirmMail, rejected and del_account pages
Bug 2620 fixed - Display of ConfirmMail, rejected and del_account pages have been improved

Merged from trunk to branch 2.4

  • Property svn:eol-style set to LF
File size: 831 bytes
Line 
1{html_head}<link rel="stylesheet" type="text/css" href="template/confmail.css">{/html_head}
2
3<div class="titrePage">
4  <ul class="categoryActions">
5    <li>
6    {if $REDIRECT}
7      <a href="{$ROOT_URL}identification.php" title="{'return to homepage'|@translate}">
8        <img src="{$UAM_PATH}template/icon/home.png" class="button" alt="{'home'|@translate}">
9      </a>
10    {else}
11      <a href="{$GALLERY_URL}" title="{'return to homepage'|@translate}">
12        <img src="{$UAM_PATH}template/icon/home.png" class="button" alt="{'home'|@translate}">
13      </a>
14    {/if}
15    </li>
16  </ul>
17  <h2 class="confmail">{'UAM_title_confirm_mail'|@translate}</h2>
18</div>
19
20<ul>
21{if $STATUS == true}
22  <div class="infos">{$CONFIRM_MAIL_MESSAGE}</div>
23{elseif $STATUS == false}
24  <div class="errors">{$CONFIRM_MAIL_MESSAGE}</div>
25{/if}
26</ul>
Note: See TracBrowser for help on using the repository browser.