diff options
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> |