diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-08-19 21:22:34 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-08-19 21:22:34 +0000 |
commit | fc5e8e27c7a7bb9335bb8d1cca32bd5f7431ce7d (patch) | |
tree | 9a098eb0465c27b0d2a9a7f83a49a6b03ca937dd /template/cclear/admin/cat_options.tpl | |
parent | dded962ded654bbb73eb144d77bea681aad95868 (diff) |
cclear template almost working good for BSF
git-svn-id: http://piwigo.org/svn/trunk@837 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/cclear/admin/cat_options.tpl | 39 |
1 files changed, 10 insertions, 29 deletions
diff --git a/template/cclear/admin/cat_options.tpl b/template/cclear/admin/cat_options.tpl index c9cf1e8ef..7ee2a945e 100644 --- a/template/cclear/admin/cat_options.tpl +++ b/template/cclear/admin/cat_options.tpl @@ -1,31 +1,12 @@ -<div class="admin">{L_CAT_TITLE}</div> -<form name="form1" method="post" action="{F_ACTION}" style="text-align:center;width:800px;"> -<div style="clear:both;"></div> -<div style="height:auto;"> - <div style="float:left;padding:10px;width:300px;"> - <span class="titreMenu">{L_CAT_OPTIONS_TRUE}</span><br /> - <select style="height:auto;width:280px" name="cat_true[]" multiple="multiple" size="10"> - <!-- BEGIN category_option_true --> - <option class="{category_option_true.CLASS}" {category_option_true.SELECTED} value="{category_option_true.VALUE}">{category_option_true.OPTION}</option> - <!-- END category_option_true --> - </select> - </div> - <div style="float:left;padding-top:80px;padding-bottom:80px;text-align:center;width:160px;" > - <input type="submit" value="«" name="trueify" style="font-size:15px;" class="bouton" /><br/> - <input type="submit" value="»" name="falsify" style="font-size:15px;" class="bouton" /> - </div> - <div style="float:right;padding:10px;width:300px;"> - <span class="titreMenu">{L_CAT_OPTIONS_FALSE}</span><br /> - <select style="width:280px" name="cat_false[]" multiple="multiple" size="10"> - <!-- BEGIN category_option_false --> - <option class="{category_option_false.CLASS}" {category_option_false.SELECTED} value="{category_option_false.VALUE}">{category_option_false.OPTION}</option> - <!-- END category_option_false --> - </select> - </div> -</div> -<div style="clear:both;"></div> -<input type="hidden" name="{HIDDEN_NAME}" value="{HIDDEN_VALUE}" /> -<input type="reset" name="reset" value="{L_RESET}" class="bouton" /> +<!-- $Id$ --> +<h2>{lang:title_cat_options}</h2> + +<form method="post" action="{F_ACTION}" id="cat_options"> + <fieldset> + <legend>{L_SECTION}</legend> + {DOUBLE_SELECT} + </fieldset> </form> -<div class="information">{L_CAT_OPTIONS_INFO}</div> + +<p class="information">{L_CAT_OPTIONS_INFO}</div> |