Plugin Sort implementation, minor changes
This commit is contained in:
parent
d06ce65a15
commit
7d0d732745
@ -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(
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user