From 8eac2e54882d8adae8cbb45386dca1b465242632 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 30 May 2020 15:51:14 +0200 Subject: Process manage tags page through Slim controller --- tpl/default/page.header.html | 6 +++--- tpl/default/tag.list.html | 2 +- tpl/default/tools.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tpl/default') diff --git a/tpl/default/page.header.html b/tpl/default/page.header.html index 4afcca73..bde5036d 100644 --- a/tpl/default/page.header.html +++ b/tpl/default/page.header.html @@ -185,7 +185,7 @@ {/if} {if="!empty($global_errors) && $is_logged_in"} -
+
{loop="$global_errors"} @@ -199,7 +199,7 @@ {/if} {if="!empty($global_warnings) && $is_logged_in"} -
+
{loop="global_warnings"} @@ -213,7 +213,7 @@ {/if} {if="!empty($global_successes) && $is_logged_in"} -
+
{loop="$global_successes"} diff --git a/tpl/default/tag.list.html b/tpl/default/tag.list.html index 3e498f89..3adcfd1f 100644 --- a/tpl/default/tag.list.html +++ b/tpl/default/tag.list.html @@ -51,7 +51,7 @@
{if="$is_logged_in===true"}    - + {/if} diff --git a/tpl/default/tools.html b/tpl/default/tools.html index 0135c480..6e432e00 100644 --- a/tpl/default/tools.html +++ b/tpl/default/tools.html @@ -28,7 +28,7 @@
{/if} -- cgit v1.2.3