From: Nicolas Danelon Date: Tue, 23 Feb 2016 13:48:35 +0000 (-0300) Subject: Fixes #494: inputs & labels with plugin name X-Git-Tag: v0.6.4~4^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=dc71701cb4d69e583ee1356beaaf1327ff57002b;p=github%2Fshaarli%2FShaarli.git Fixes #494: inputs & labels with plugin name --- 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 +