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:
Matthieu Leproux
2021-05-20 12:54:15 +02:00
committed by plegall
parent ec4d677cf7
commit a86684ebc4
8 changed files with 799 additions and 136 deletions

View File

@@ -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(