aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-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">