diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-09-23 23:41:23 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-09-23 23:41:23 +0000 |
commit | acfbcac7bb1f7a50463aa187ad15bf8fcb1f725d (patch) | |
tree | 77edba9ba7d24efd31b0005cd8c50ea9c759f5fa /template/default/admin/configuration.tpl | |
parent | c2ceeae0135cd36ee9b6cdd2b85b0f0d2302938d (diff) |
- (re)added feature : in remote site management, if a listing.xml file is
found at PhpWebGallery root directory, it can be used to update a remote
site
- size and maxlength of prefix_thumbnail in admin/configuration are 10
git-svn-id: http://piwigo.org/svn/trunk@534 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/admin/configuration.tpl')
-rw-r--r-- | template/default/admin/configuration.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/admin/configuration.tpl b/template/default/admin/configuration.tpl index 98a5c2171..da0174ab7 100644 --- a/template/default/admin/configuration.tpl +++ b/template/default/admin/configuration.tpl @@ -25,7 +25,7 @@ </tr> <tr> <td><strong>{general.L_CONF_TN_PREFIX} :</strong><br /><span class="small">{general.L_CONF_TN_PREFIX_INFO}</span></td> - <td class="row1"><input type="text" size="3" maxlength="4" name="prefix_thumbnail" value="{general.THUMBNAIL_PREFIX}" /></td> + <td class="row1"><input type="text" size="10" maxlength="10" name="prefix_thumbnail" value="{general.THUMBNAIL_PREFIX}" /></td> </tr> <tr> <td><strong>{general.L_CONF_ACCESS} :</strong><br /><span class="small">{general.L_CONF_ACCESS_INFO}</span></td> |