diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-16 19:21:56 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-16 19:21:56 +0000 |
commit | fb76f626ad0181fc3eaa7e7dc8983ab5b40c69bb (patch) | |
tree | 74b37e25fb0385bff08c497e73ad22d7059aac0d /admin/template/goto/picture_modify.tpl | |
parent | e9c0f98e1477434eec4e8b74c1ba1ca972dec2da (diff) |
Some Input text have been enlarged in Admin (class="large")
Bullet points removed on comments in picture page. (Neuronal correction...)[merge]
git-svn-id: http://piwigo.org/svn/trunk@2761 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/picture_modify.tpl')
-rw-r--r-- | admin/template/goto/picture_modify.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/template/goto/picture_modify.tpl b/admin/template/goto/picture_modify.tpl index 37a5fc5f9..038fc5ab6 100644 --- a/admin/template/goto/picture_modify.tpl +++ b/admin/template/goto/picture_modify.tpl @@ -84,12 +84,12 @@ <tr> <td><strong>{'Name'|@translate}</strong></td> - <td><input type="text" name="name" value="{$NAME}" /></td> + <td><input type="text" class="large" name="name" value="{$NAME}" /></td> </tr> <tr> <td><strong>{'Author'|@translate}</strong></td> - <td><input type="text" name="author" value="{$AUTHOR}" /></td> + <td><input type="text" class="large" name="author" value="{$AUTHOR}" /></td> </tr> <tr> |