Ignore:
Timestamp:
Jan 12, 2012, 6:57:43 AM (12 years ago)
Author:
rvelices
Message:

remove max photo width/height from user profile because not used anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/profile_content.tpl

    r12470 r12877  
    8181        {html_radios name='show_nb_hits' options=$radio_options selected=$NB_HITS}
    8282      </li>
    83       <li>
    84         <span class="property">
    85           <label for="maxwidth">{'Maximum photo width'|@translate}</label>
    86         </span>
    87         <input type="text" size="4" maxlength="4" name="maxwidth" id="maxwidth" value="{$MAXWIDTH}">
    88       </li>
    89       <li>
    90         <span class="property">
    91           <label for="maxheight">{'Maximum photo height'|@translate}</label>
    92         </span>
    93         <input type="text" size="4" maxlength="4" name="maxheight" id="maxheight" value="{$MAXHEIGHT}">
    94       </li>
    9583    </ul>
    9684  </fieldset>
Note: See TracChangeset for help on using the changeset viewer.