diff options
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/profile_content.tpl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/admin/themes/default/template/profile_content.tpl b/admin/themes/default/template/profile_content.tpl index 5109b84c8..8c0e913ad 100644 --- a/admin/themes/default/template/profile_content.tpl +++ b/admin/themes/default/template/profile_content.tpl @@ -81,18 +81,6 @@ <span class="property">{'Show number of hits'|@translate}</span> {html_radios name='show_nb_hits' options=$radio_options selected=$NB_HITS} </li> - <li> - <span class="property"> - <label for="maxwidth">{'Maximum photo width'|@translate}</label> - </span> - <input type="text" size="4" maxlength="4" name="maxwidth" id="maxwidth" value="{$MAXWIDTH}"> - </li> - <li> - <span class="property"> - <label for="maxheight">{'Maximum photo height'|@translate}</label> - </span> - <input type="text" size="4" maxlength="4" name="maxheight" id="maxheight" value="{$MAXHEIGHT}"> - </li> </ul> </fieldset> |