From e1e025823c6e868e59cde9ecc8fa495ee45de7bc Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 28 Aug 2019 12:21:29 +0200 Subject: Update theme to current shaarli version --- pluginsadmin.html | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) (limited to 'pluginsadmin.html') diff --git a/pluginsadmin.html b/pluginsadmin.html index 5cc1802..4bfaa93 100644 --- a/pluginsadmin.html +++ b/pluginsadmin.html @@ -1,5 +1,5 @@ - + {include="includes"} @@ -16,7 +16,7 @@
-
+
@@ -27,7 +27,7 @@
{if="count($enabledPlugins)==0"} -

{'No plugin enabled.'|t}

+

{'No plugin enabled.'|t}

{else} @@ -77,7 +77,7 @@
{if="count($disabledPlugins)==0"} -

{'No plugin disabled.'|t}

+

{'No plugin disabled.'|t}

{else}
@@ -116,8 +116,8 @@
- More plugins available - in the documentation. + {"More plugins available"|t} + {"in the documentation"|t}.
@@ -135,9 +135,11 @@
{if="count($enabledPlugins)==0"} -

{'No plugin enabled.'|t}

+

{'No plugin enabled.'|t}

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

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

@@ -159,10 +161,14 @@
{/if} {/loop} + {if="$nbParameters===0"} +

{'No parameter available.'|t}

+ {else} +
+ +
+ {/if} {/if} -
- -
@@ -170,7 +176,7 @@ {include="page.footer"} - + -- cgit v1.2.1