diff options
Diffstat (limited to 'admin/template/goto/plugins_new.tpl')
-rw-r--r-- | admin/template/goto/plugins_new.tpl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/admin/template/goto/plugins_new.tpl b/admin/template/goto/plugins_new.tpl index b1827190c..0d3f4e1ba 100644 --- a/admin/template/goto/plugins_new.tpl +++ b/admin/template/goto/plugins_new.tpl @@ -12,17 +12,18 @@ jQuery().ready(function(){ldelim} </script> <div class="titrePage"> - <h2>{'Plugins'|@translate}</h2> -</div> - +<span class="sort"> {'Sort order'|@translate} : <select onchange="document.location = this.options[this.selectedIndex].value;" style="width:150px"> {html_options options=$order_options selected=$order_selected} </select> +</span> + <h2>{'Plugins'|@translate}</h2> +</div> {if isset($plugins)} <br> -<table class="table2"> +<table class="table2 plugins"> <thead> <tr class="throw"> <td>{'Name'|@translate}</td> |