From 9aebb01d62ccbd0c49c0114c678bd220b00628f5 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 7 Jun 2021 14:10:57 +0200 Subject: bs5: notifications work --- view/tpl/notifications_widget.tpl | 62 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index 15d229f55..b5a3b3668 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -137,7 +137,7 @@ } -
+ + + +
+ + + {{foreach $notifications as $notification}} +
+ + +
+ {{/foreach}}
{{/if}} -- cgit v1.2.3