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/admin/themes/default/template/profile_content.tpl

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