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 | |
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 'template/yoga/admin')
-rw-r--r-- | template/yoga/admin/cat_modify.tpl | 2 | ||||
-rw-r--r-- | template/yoga/admin/cat_move.tpl | 6 | ||||
-rw-r--r-- | template/yoga/admin/default-layout.css | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/template/yoga/admin/cat_modify.tpl b/template/yoga/admin/cat_modify.tpl index c298f6856..62e97077f 100644 --- a/template/yoga/admin/cat_modify.tpl +++ b/template/yoga/admin/cat_modify.tpl @@ -22,7 +22,7 @@ <!-- END delete --> </ul> -<form action="{F_ACTION}" method="POST" id="cat_modify"> +<form action="{F_ACTION}" method="POST" id="catModify"> <fieldset> <legend>{lang:Informations}</legend> 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 --> diff --git a/template/yoga/admin/default-layout.css b/template/yoga/admin/default-layout.css index 64276df26..227fa0ded 100644 --- a/template/yoga/admin/default-layout.css +++ b/template/yoga/admin/default-layout.css @@ -70,7 +70,7 @@ FORM#categoryOrdering UL.categoryActions { } /* */ -FORM#cat_modify TABLE { width: auto; } +FORM#catModify TABLE { width: auto; } FIELDSET.elementEdit A { display: block; |