From dc71701cb4d69e583ee1356beaaf1327ff57002b Mon Sep 17 00:00:00 2001 From: Nicolas Danelon Date: Tue, 23 Feb 2016 10:48:35 -0300 Subject: [PATCH] Fixes #494: inputs & labels with plugin name --- tpl/pluginsadmin.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 @@ {loop="$enabledPlugins"} - + @@ -48,8 +48,8 @@ - {$key} - {$value.description} + + {/loop} @@ -73,9 +73,9 @@ {loop="$disabledPlugins"} - - {$key} - {$value.description} + + + {/loop} @@ -99,7 +99,7 @@ {loop="$enabledPlugins"} {if="count($value.parameters) > 0"}
-

{$key}

+

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

{loop="$value.parameters"}
@@ -128,4 +128,4 @@ - \ No newline at end of file + -- 2.41.0