Plugin Sort implementation, minor changes

This commit is contained in:
metaskop 2017-04-10 11:13:49 +02:00
parent d06ce65a15
commit 7d0d732745
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
HTML::title(array('title'=>$L->g('Plugin Sort'), 'icon'=>'puzzle-piece'));
foreach(array_keys($plugins) as $key) {
if ($key != 'all' and count($plugins[$key]) > 0) {
if ($key != 'all' and count($plugins[$key]) > 1) {
sortPlugins($plugins[$key], $key);
HTML::formOpen(array('class'=>'uk-form-horizontal'));
HTML::formInputHidden(

View File

@ -77,6 +77,7 @@
"modified-date": "Letzte Änderung",
"empty-title": "Kein Titel",
"plugins": "Plugins",
"plugin-sort": "Plugins Reihenfolge",
"install-plugin": "Plugin aktivieren",
"uninstall-plugin": "Plugin deaktivieren",
"new-password": "Neues Passwort",