diff options
Diffstat (limited to 'admin/template/goto/cat_modify.tpl')
-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> |