aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-01-12 05:57:43 +0000
committerrvelices <rv-github@modusoptimus.com>2012-01-12 05:57:43 +0000
commit65590487d4f07d81a3e47899c2454df187d3f23a (patch)
treef801ccc9c0297ee2c1720eacf064a9c3d5b3ac31 /themes
parent286bef319c58ce95e1e75facaeed8cee74461b4d (diff)
remove max photo width/height from user profile because not used anymore
git-svn-id: http://piwigo.org/svn/trunk@12877 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r--themes/default/template/profile_content.tpl12
1 files changed, 0 insertions, 12 deletions
diff --git a/themes/default/template/profile_content.tpl b/themes/default/template/profile_content.tpl
index f9f7b8530..9736e101a 100644
--- a/themes/default/template/profile_content.tpl
+++ b/themes/default/template/profile_content.tpl
@@ -80,18 +80,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>
{/if}