Ignore:
Timestamp:
Jun 24, 2012, 9:26:25 PM (12 years ago)
Author:
grum
Message:

feature:2664- compatibility with Piwigo 2.4

File:
1 edited

Legend:

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

    r12592 r16016  
    44  <fieldset>
    55    <legend>{'Registration'|@translate}</legend>
    6     <input type="hidden" name="redirect" value="{$REDIRECT}" />
     6    <input type="hidden" name="redirect" value="{$REDIRECT}">
    77    <ul>
    88      <li>
     
    1717        <input type="text" name="mail_address" id="mail_address" value="{$EMAIL}" size=35>
    1818      </li>
    19 {if not $IN_ADMIN} {* admins do not need old password*}
    2019      <li>
    2120        <div class="property">
     
    2423        <input type="password" name="password" id="password" value="">
    2524      </li>
    26 {/if}
    2725      <li>
    2826        <div class="property">
     
    3735        <input type="password" name="passwordConf" id="passwordConf" value="">
    3836      </li>
     37{/if}
    3938    </ul>
    40 {/if}
    4139  </fieldset>
    4240
     
    5048          <label for="nb_image_page">{'Number of photos per page'|@translate}</label>
    5149        </div>
    52         <input type="text" size="3" maxlength="2" name="nb_image_page" id="nb_image_page" value="{$NB_IMAGE_PAGE}">
     50        <input type="text" size="4" maxlength="3" name="nb_image_page" id="nb_image_page" value="{$NB_IMAGE_PAGE}">
    5351      </li>
    5452      <li>
     
    7472        {html_radios name='expand' options=$radio_options selected=$EXPAND}
    7573      </li>
     74    {if $ACTIVATE_COMMENTS}
    7675      <li>
    7776        <div class="property">{'Show number of comments'|@translate}</div>
    7877        {html_radios name='show_nb_comments' options=$radio_options selected=$NB_COMMENTS}
    7978      </li>
     79    {/if}
    8080      <li>
    8181        <div class="property">{'Show number of hits'|@translate}</div>
    8282        {html_radios name='show_nb_hits' options=$radio_options selected=$NB_HITS}
    83       </li>
    84       <li>
    85         <div class="property">
    86           <label for="maxwidth">{'Maximum photo width'|@translate}</label>
    87         </div>
    88         <input type="text" size="4" maxlength="4" name="maxwidth" id="maxwidth" value="{$MAXWIDTH}">
    89       </li>
    90       <li>
    91         <div class="property">
    92           <label for="maxheight">{'Maximum photo height'|@translate}</label>
    93         </div>
    94         <input type="text" size="4" maxlength="4" name="maxheight" id="maxheight" value="{$MAXHEIGHT}">
    9583      </li>
    9684    </ul>
     
    10896
    10997</form>
    110 
    111 
    11298<!-- **GBL** <PROFILE_CONTENT< -->
Note: See TracChangeset for help on using the changeset viewer.