diff options
author | patdenice <patdenice@piwigo.org> | 2008-10-06 23:08:37 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-10-06 23:08:37 +0000 |
commit | 0bbeccaab36b24be8651b4b108e036b06974558c (patch) | |
tree | f96ed40fc79d96dd62091dcb1f92cc786f9fb158 /admin/template/goto | |
parent | 9cfd70474f67037977f98f0e0e2cb3505f6446f3 (diff) |
- forgotten images in commit 2674.
- small correction in cat_modify.tpl.
git-svn-id: http://piwigo.org/svn/trunk@2679 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto')
-rw-r--r-- | admin/template/goto/cat_modify.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/cat_modify.tpl b/admin/template/goto/cat_modify.tpl index 820e21397..d27311c7b 100644 --- a/admin/template/goto/cat_modify.tpl +++ b/admin/template/goto/cat_modify.tpl @@ -105,7 +105,7 @@ {foreach from=$image_orders item=order} <select name="order_field_{$order.ID}"> - {html_options options=$image_order_field_options selected=$order.FIELD }} + {html_options options=$image_order_field_options selected=$order.FIELD } </select> <select name="order_direction_{$order.ID}"> {html_options options=$image_order_direction_options selected=$order.DIRECTION }} |