Ignore:
Timestamp:
Nov 11, 2011, 12:10:02 AM (12 years ago)
Author:
grum
Message:

feature:2499 - compatibility with Piwigo 2.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-default/template/register.tpl

    r11024 r12592  
    11<!-- **GBL** >REGISTER> -->
     2
    23
    34<div id="registerPage">
     
    56<div id="content" class="content">
    67
    7   <div class="titrePage">
     8  <div class="titrePage" id='titrePageID'>
     9
     10    {if isset($MENUBAR)}
     11      {if #menuAnimated# == "noswitch"}
     12        {$MENUBAR}
     13      {else}
     14      <div id="menuswitcher">
     15        <a id="icon_menu" class="button" onclick="gallyCP.switchmenu('', '{$ROOT_URL}{$themeconf.icon_dir}/');">&nbsp;
     16        </a>
     17      </div>
     18      {/if}
     19    {/if}
     20
    821    <ul class="categoryActions">
    922      <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}"></a></li>
     
    1124    <h2>{'Registration'|@translate}</h2>
    1225  </div>
     26
     27  {if #menuAnimated# != "noswitch" and isset($MENUBAR)}
     28    {$MENUBAR}
     29  {/if}
    1330
    1431{include file='dialogs.tpl'}
     
    4158          <label for="mail_address">{'Email address'|@translate}</label>
    4259        </div>
    43         <input type="text" name="mail_address" id="mail_address" value="{$F_EMAIL}" size=35>
    44         ({'useful when password forgotten'|@translate})
     60        <input type="text" name="mail_address" id="mail_address" value="{$F_EMAIL}" size=35>{if $main.obligatory_user_mail_address}<span class="mandatorystar">*</span>{else}({'useful when password forgotten'|@translate}){/if}
     61
    4562      </li>
    4663    </ul>
Note: See TracChangeset for help on using the changeset viewer.