diff options
author | patdenice <patdenice@piwigo.org> | 2008-10-01 12:31:22 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-10-01 12:31:22 +0000 |
commit | 7eb7d3752748e3ca6db611e29a5d8c1aaac1195b (patch) | |
tree | 4b20008d3f7fa51b23b01dd14106ae836d8ad32c /admin/template/goto/plugins_new.tpl | |
parent | af4b55f392a41ad8ec3351e03e4d56679017643b (diff) |
Add icons for plugins actions.
git-svn-id: http://piwigo.org/svn/trunk@2631 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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> |