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'));
|
HTML::title(array('title'=>$L->g('Plugin Sort'), 'icon'=>'puzzle-piece'));
|
||||||
|
|
||||||
foreach(array_keys($plugins) as $key) {
|
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);
|
sortPlugins($plugins[$key], $key);
|
||||||
HTML::formOpen(array('class'=>'uk-form-horizontal'));
|
HTML::formOpen(array('class'=>'uk-form-horizontal'));
|
||||||
HTML::formInputHidden(
|
HTML::formInputHidden(
|
||||||
|
@ -77,6 +77,7 @@
|
|||||||
"modified-date": "Letzte Änderung",
|
"modified-date": "Letzte Änderung",
|
||||||
"empty-title": "Kein Titel",
|
"empty-title": "Kein Titel",
|
||||||
"plugins": "Plugins",
|
"plugins": "Plugins",
|
||||||
|
"plugin-sort": "Plugins Reihenfolge",
|
||||||
"install-plugin": "Plugin aktivieren",
|
"install-plugin": "Plugin aktivieren",
|
||||||
"uninstall-plugin": "Plugin deaktivieren",
|
"uninstall-plugin": "Plugin deaktivieren",
|
||||||
"new-password": "Neues Passwort",
|
"new-password": "Neues Passwort",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user