some styling for system notifications

This commit is contained in:
Mario Vavti
2017-05-18 14:57:10 +02:00
parent 005db13c45
commit f59ed38a38
3 changed files with 13 additions and 13 deletions

View File

@@ -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,
));