From 3fad69e5cad9aab1cb31969253919198e551b048 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 18 May 2017 14:57:10 +0200 Subject: some styling for system notifications --- Zotlabs/Module/Notifications.php | 2 +- view/tpl/notifications.tpl | 20 ++++++++++---------- view/tpl/notify.tpl | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Zotlabs/Module/Notifications.php b/Zotlabs/Module/Notifications.php index e0313dd8b..652648701 100644 --- a/Zotlabs/Module/Notifications.php +++ b/Zotlabs/Module/Notifications.php @@ -40,7 +40,7 @@ class Notifications extends \Zotlabs\Web\Controller { $o .= replace_macros(get_markup_template('notifications.tpl'),array( '$notif_header' => t('System Notifications'), - '$notif_link_mark_seen' => t('Mark all system notifications seen'), + '$notif_link_mark_seen' => t('Mark all seen'), '$notif_content' => $notif_content, '$notifications_available' => $notifications_available, )); diff --git a/view/tpl/notifications.tpl b/view/tpl/notifications.tpl index 0b24da7c3..53ff8de52 100755 --- a/view/tpl/notifications.tpl +++ b/view/tpl/notifications.tpl @@ -1,11 +1,11 @@ -
- -

{{$notif_header}}

- -{{if $notifications_available}} -{{$notif_link_mark_seen}} -{{/if}} -
- {{$notif_content}} -
+
+
+ {{if $notifications_available}} + {{$notif_link_mark_seen}} + {{/if}} +

{{$notif_header}}

+
+
+ {{$notif_content}} +
diff --git a/view/tpl/notify.tpl b/view/tpl/notify.tpl index d3c79be82..ae6e160b1 100755 --- a/view/tpl/notify.tpl +++ b/view/tpl/notify.tpl @@ -1,3 +1,3 @@ -