aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2011-06-03 22:25:01 +0000
committermistic100 <mistic@piwigo.org>2011-06-03 22:25:01 +0000
commitd2fa16a7f5a0f334d72080eb12b78aea549e8d8b (patch)
tree2843951d03bc6248911539eee6047c520593fbe9 /admin/themes
parent0af1d99ebf47e2028aef143d44b9f428e1a5df19 (diff)
store display order of plugins_new in a session var
git-svn-id: http://piwigo.org/svn/trunk@11222 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes')
-rw-r--r--admin/themes/default/template/plugins_new.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/themes/default/template/plugins_new.tpl b/admin/themes/default/template/plugins_new.tpl
index a2702f373..d29b60602 100644
--- a/admin/themes/default/template/plugins_new.tpl
+++ b/admin/themes/default/template/plugins_new.tpl
@@ -29,6 +29,7 @@ jQuery(document).ready(function(){
jQuery('select[name="selectOrder"]').change(function() {
sortOrder = this.value;
$('.pluginBox').sortElements(sortPlugins);
+ $.get("admin.php?plugins_new_order="+sortOrder);
});
});
{/literal}{/footer_script}