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/cat_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 '')
-rw-r--r-- | admin/template/goto/cat_modify.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/template/goto/cat_modify.tpl b/admin/template/goto/cat_modify.tpl index 54fccd687..b9746ffe1 100644 --- a/admin/template/goto/cat_modify.tpl +++ b/admin/template/goto/cat_modify.tpl @@ -40,7 +40,7 @@ <tr> <td><strong>{'Name'|@translate}</strong></td> <td> - <input type="text" name="name" value="{$CAT_NAME}" maxlength="60"/> + <input type="text" class="large" name="name" value="{$CAT_NAME}" maxlength="60"/> </td> </tr> <tr> @@ -156,7 +156,7 @@ <table> <tr> <td>{'Virtual category name'|@translate}</td> - <td><input type="text" name="virtual_name"></td> + <td><input type="text" class="large" name="virtual_name"></td> </tr> <tr> |