diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-07-09 16:27:53 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-07-09 16:27:53 +0000 |
commit | fc6777ab6ecdcb7bfeba9fe53cb0dc932b2b2af8 (patch) | |
tree | e5b28e7b30557b449951b8d674f7bce555ee58a5 /template/yoga/admin/cat_move.tpl | |
parent | bb9c7fe7acb6d1d4066045515a1beeb0272fa778 (diff) |
merge from trunk r1453:1454 into branch 1.6 (cat_move and cat_modify admin pages)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1455 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/cat_move.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/admin/cat_move.tpl b/template/yoga/admin/cat_move.tpl index 5d5247f2f..e8ae89528 100644 --- a/template/yoga/admin/cat_move.tpl +++ b/template/yoga/admin/cat_move.tpl @@ -6,14 +6,14 @@ <h2>{lang:Move categories}</h2> </div> -<form method="post" action="{F_ACTION}"> +<form method="post" action="{F_ACTION}" class="filter" id="catMove"> <fieldset> <legend>{lang:Virtual categories movement}</legend> <label> {lang:Virtual categories to move} - <select class="categoryList" name="selection[]" multiple="multiple" size="30"> + <select class="categoryList" name="selection[]" multiple="multiple"> <!-- BEGIN category_option_selection --> <option {category_option_selection.SELECTED} value="{category_option_selection.VALUE}">{category_option_selection.OPTION}</option> <!-- END category_option_selection --> @@ -23,7 +23,7 @@ <label> {lang:New parent category} - <select class="categoryList" name="parent"> + <select class="categoryDropDown" name="parent"> <!-- BEGIN category_option_parent --> <option {category_option_parent.SELECTED} value="{category_option_parent.VALUE}">{category_option_parent.OPTION}</option> <!-- END category_option_parent --> |