Ignore:
Timestamp:
Apr 24, 2012, 10:10:20 PM (12 years ago)
Author:
Eric
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/branches/2.40/template/ConfirmMail.tpl

    r9177 r14371  
    11{html_head}<link rel="stylesheet" type="text/css" href="template/confmail.css">{/html_head}
    22
    3 <div id="content" class="content">
    4   <div class="titrePage">
    5     <ul class="categoryActions">
    6       <li>
     3<div class="titrePage">
     4  <ul class="categoryActions">
     5    <li>
    76    {if $REDIRECT}
    8         <a href="{$ROOT_URL}identification.php" title="{'return to homepage'|@translate}">
    9           <img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}">
    10         </a>
     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>
    1110    {else}
    12         <a href="{$GALLERY_URL}" title="{'return to homepage'|@translate}">
    13           <img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}">
    14         </a>
     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>
    1514    {/if}
    16       </li>
    17     </ul>
    18     <h2 class="confmail">{'UAM_title_confirm_mail'|@translate}</h2>
    19   </div>
    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}
     15    </li>
    2616  </ul>
     17  <h2 class="confmail">{'UAM_title_confirm_mail'|@translate}</h2>
    2718</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 TracChangeset for help on using the changeset viewer.