diff --git a/admin/themes/default/template/plugins_new.tpl b/admin/themes/default/template/plugins_new.tpl index 4d55f9735..48ac65ebb 100644 --- a/admin/themes/default/template/plugins_new.tpl +++ b/admin/themes/default/template/plugins_new.tpl @@ -47,18 +47,13 @@ jQuery(document).ready(function(){ } }); jQuery("#filter").focus(); - jQuery(".titrePage input[name='Clear']").click(function(){ - $("#filter").val(''); - $(".pluginBox").show(); - }); }); {/literal}{/footer_script}
-{'Filter'|@translate} : - | -{'Sort order'|@translate} : + {'Filter'|@translate} + {'Sort order'|@translate} {html_options name="selectOrder" options=$order_options selected=$order_selected}

{'Plugins'|@translate}

diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index e97e24d5a..16b5b2326 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -116,8 +116,11 @@ TABLE.table2 TR { TABLE.table2 THEAD TD { padding:7px 10px 3px 10px; } TABLE.table2 TR.throw { text-align: center; } -.sort { display:block; padding:8px 5px 5px 15px; text-align: left;} +.sort { display:block; padding:1em 2em 0 2em; text-align: left;} +.sort .icon-sort-number-up { + margin-left: 25px; +} .hour { white-space: pre;