diff --git a/tpl/pluginsadmin.html b/tpl/pluginsadmin.html index 4f7d091e..5ddcf061 100644 --- a/tpl/pluginsadmin.html +++ b/tpl/pluginsadmin.html @@ -36,7 +36,7 @@

Enabled Plugins

{loop="$enabledPlugins"} - + @@ -48,8 +48,8 @@

Enabled Plugins

- {$key} - {$value.description} + + {/loop} @@ -73,9 +73,9 @@

Disabled Plugins

{loop="$disabledPlugins"} - - {$key} - {$value.description} + + + {/loop} @@ -99,7 +99,7 @@

Enabled Plugin Parameters

{loop="$enabledPlugins"} {if="count($value.parameters) > 0"}
-

{$key}

+

{function="str_replace('_', ' ', $key)"}

{loop="$value.parameters"}
@@ -128,4 +128,4 @@

{$key}

- \ No newline at end of file +