diff options
author | plegall <plg@piwigo.org> | 2010-03-30 13:30:50 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-30 13:30:50 +0000 |
commit | 68167d3ecf2f024c74407fb1bd6a13fd0d5565f3 (patch) | |
tree | 9e117c2e99a2af4bec8a5d642f45a76884879592 /admin/themes/default/template | |
parent | 75ba6ad47a45ffd582efd3bbdb40aaa5aab2086a (diff) |
feature 1557: remove the sorting feature on plugin list, because it becomes
not very relevant with the new design.
git-svn-id: http://piwigo.org/svn/trunk@5475 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template')
-rw-r--r-- | admin/themes/default/template/plugins_list.tpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/admin/themes/default/template/plugins_list.tpl b/admin/themes/default/template/plugins_list.tpl index f09e6a09a..6b7241237 100644 --- a/admin/themes/default/template/plugins_list.tpl +++ b/admin/themes/default/template/plugins_list.tpl @@ -1,10 +1,4 @@ <div class="titrePage"> -<span class="sort"> -{'Sort order'|@translate} : - <select onchange="document.location = this.options[this.selectedIndex].value;" style="width:200px"> - {html_options options=$order_options selected=$order_selected} - </select> -</span> <h2>{'Plugins'|@translate}</h2> </div> |