diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-01-07 19:14:19 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-01-07 19:14:19 +0100 |
commit | 98fd3118911313c3f365cc535e9357cd92268534 (patch) | |
tree | a098f78e412dec45947d51988f8dbb85baa6552f /Zotlabs/Widget/Notifications.php | |
parent | 8d0cdf5c9a18b807abcb1e73aa286f9e4886f333 (diff) | |
download | volse-hubzilla-98fd3118911313c3f365cc535e9357cd92268534.tar.gz volse-hubzilla-98fd3118911313c3f365cc535e9357cd92268534.tar.bz2 volse-hubzilla-98fd3118911313c3f365cc535e9357cd92268534.zip |
start with nonactive state for the notifications button and display some text if there are no notifications on small screens only
Diffstat (limited to 'Zotlabs/Widget/Notifications.php')
-rw-r--r-- | Zotlabs/Widget/Notifications.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Widget/Notifications.php b/Zotlabs/Widget/Notifications.php index a677d84c9..5a0c1f3d5 100644 --- a/Zotlabs/Widget/Notifications.php +++ b/Zotlabs/Widget/Notifications.php @@ -144,6 +144,7 @@ class Notifications { $o = replace_macros(get_markup_template('notifications_widget.tpl'), array( '$module' => \App::$module, '$notifications' => $notifications, + '$no_notifications' => t('Sorry, you have got no notifications at the moment'), '$loading' => t('Loading') )); |