aboutsummaryrefslogtreecommitdiffstats
path: root/template/default
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2004-12-20 14:52:30 +0000
committergweltas <gweltas@piwigo.org>2004-12-20 14:52:30 +0000
commit1d46ea86e9d3925a60f1d126d4b1bd642630741a (patch)
treea6b1912f9e40430f51178f8ae8f083a2955399d6 /template/default
parent5a8ecfbfb140333e08d85b1d4a7e97bbba78bfcc (diff)
- Minor update of language file
- Configuration / Default dispaly : maximum height & width git-svn-id: http://piwigo.org/svn/trunk@649 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default')
-rw-r--r--template/default/admin/configuration.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/template/default/admin/configuration.tpl b/template/default/admin/configuration.tpl
index 0d90e356b..e53723ab4 100644
--- a/template/default/admin/configuration.tpl
+++ b/template/default/admin/configuration.tpl
@@ -102,6 +102,16 @@
<td class="row1"><input type="radio" class="radio" name="show_nb_comments" value="true" {default.SHOW_COMMENTS_YES} />{L_YES}&nbsp;&nbsp;
<input type="radio" class="radio" name="show_nb_comments" value="false" {default.SHOW_COMMENTS_NO} />{L_NO}</td>
</tr>
+ <tr>
+ <td><strong>{default.L_MAXWIDTH}&nbsp;:</strong></td>
+ <td><input type="text" size="4" maxlength="4" name="default_maxwidth" value="{default.MAXWIDTH}" />
+ </td>
+ </tr>
+ <tr>
+ <td><strong>{default.L_MAXHEIGHT}&nbsp;:</strong></td>
+ <td><input type="text" size="4" maxlength="4" name="default_maxheight" value="{default.MAXHEIGHT}" />
+ </td>
+ </tr>
<!-- END default -->
<!-- BEGIN upload -->
<tr class="admin">