mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
issue #1415 plugin manager redesigned
* actions on plugins are down in AJAX (no more page reload) * plugins can be filtered but plugins do not move from a section (active) to another (inactive)
This commit is contained in:
committed by
plegall
parent
ec4d677cf7
commit
a86684ebc4
@@ -206,7 +206,9 @@ function cmp($a, $b)
|
||||
else
|
||||
return $s[$a['STATE']] >= $s[$b['STATE']];
|
||||
}
|
||||
usort($tpl_plugins, 'cmp');
|
||||
|
||||
// Stoped plugin sorting for new plugin manager
|
||||
// usort($tpl_plugins, 'cmp');
|
||||
|
||||
$template->assign(
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user