Ignore:
Timestamp:
May 3, 2012, 9:55:00 PM (12 years ago)
Author:
Eric
Message:

r14729 merged from trunk to branch 2.40 :
Bug 2620 fixed - Display of ConfirmMail, rejected and del_account pages have been improved
Bug 2621 fixed - Display of ConfirmMail, rejected and del_account pages have been improved for IE8 and IE9 render
Bug 2631 fixed - Piwigo 2.4 compliance : $confgallery_url replaced by get_gallery_home_url() for [myurl] tag
Bug 2623 fixed - Ability to customize email subjects (confirmation, information and ghostTracker email)
Bug 2628 fixed - Php notice when email is not mandatory for registration

File:
1 edited

Legend:

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

    r14371 r14730  
    11{html_head}<link rel="stylesheet" type="text/css" href="template/confmail.css">{/html_head}
    22
     3{if $themeconf.name|strstr:"stripped"}
    34<div class="titrePage">
    45  <ul class="categoryActions">
     
    910      </a>
    1011    {else}
    11       <a href="{$GALLERY_URL}" title="{'return to homepage'|@translate}">
     12      <a href="{$ROOT_URL}" title="{'return to homepage'|@translate}">
     13        <img src="{$UAM_PATH}template/icon/home.png" class="button" alt="{'home'|@translate}">
     14      </a>
     15    {/if}
     16    </li>
     17  </ul>
     18  &nbsp;&nbsp;&nbsp;<h2 class="confmail">{'UAM_title_confirm_mail'|@translate}</h2>
     19</div>
     20{else}
     21<div class="titrePage">
     22  <ul class="categoryActions">
     23    <li>
     24    {if $REDIRECT}
     25      <a href="{$ROOT_URL}identification.php" title="{'return to homepage'|@translate}">
     26        <img src="{$UAM_PATH}template/icon/home.png" class="button" alt="{'home'|@translate}">
     27      </a>
     28    {else}
     29      <a href="{$ROOT_URL}" title="{'return to homepage'|@translate}">
    1230        <img src="{$UAM_PATH}template/icon/home.png" class="button" alt="{'home'|@translate}">
    1331      </a>
     
    1735  <h2 class="confmail">{'UAM_title_confirm_mail'|@translate}</h2>
    1836</div>
     37{/if}
    1938
    2039<ul>
Note: See TracChangeset for help on using the changeset viewer.