diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-16 19:19:42 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-16 19:19:42 +0000 |
commit | 376bd21335bacde9ba8afaaa0cdc8b32601e3c7a (patch) | |
tree | b56f4520fdd516ae25867d79d23545ddfa79b756 /admin/template/goto/picture_modify.tpl | |
parent | 6607c3882a6b913342479de80edb5e9fbd7fef4f (diff) |
Some Input text have been enlarged in Admin (class="large")
Bullet points removed on comments in picture page.
git-svn-id: http://piwigo.org/svn/branches/2.0@2760 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> |