diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-20 19:19:26 -0500 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-20 19:19:26 -0500 |
| commit | 6861af22eecfa4a254eb62245ee109d8e5635f93 (patch) | |
| tree | dce2496221a4cb279a1038e7692bf78b07b32edd /phpBB/styles/prosilver/template/ucp_notifications.html | |
| parent | 52bb4a1bd60dfcaad99d1ac181d8a0372db9cc2b (diff) | |
| download | forums-6861af22eecfa4a254eb62245ee109d8e5635f93.tar forums-6861af22eecfa4a254eb62245ee109d8e5635f93.tar.gz forums-6861af22eecfa4a254eb62245ee109d8e5635f93.tar.bz2 forums-6861af22eecfa4a254eb62245ee109d8e5635f93.tar.xz forums-6861af22eecfa4a254eb62245ee109d8e5635f93.zip | |
[ticket/11103] Message of no notifications if you have none
PHPBB3-11103
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_notifications.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_notifications.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_notifications.html b/phpBB/styles/prosilver/template/ucp_notifications.html index 728fe972b1..85edf4629b 100644 --- a/phpBB/styles/prosilver/template/ucp_notifications.html +++ b/phpBB/styles/prosilver/template/ucp_notifications.html @@ -70,6 +70,13 @@ <dd class="mark">{L_MARK_READ}</dd> </dl> </li> + <!-- IF not .notifications --> + <li> + <dl> + <dt>{L_NO_NOTIFICATIONS}</dt> + </dl> + </li> + <!-- ENDIF --> <!-- BEGIN notification_list --> <li class="row<!-- IF notification_list.UNREAD --> bg3<!-- ELSE --><!-- IF notification_list.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- ENDIF -->"> <dl> |
