From a2d6e40f1b7e359b0be87452a01eb3e46b4694e8 Mon Sep 17 00:00:00 2001 From: Nathaniel Guse Date: Mon, 15 Oct 2012 09:27:01 -0500 Subject: [PATCH] [ticket/11103] If no avatar, do not display an empty box in subsilver2 PHPBB3-11103 --- phpBB/styles/subsilver2/template/overall_header.html | 12 ++++++++---- .../subsilver2/template/ucp_notifications.html | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index 62e251b709..e41095ad38 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -155,10 +155,14 @@ function marklist(id, name, state) - - + - - +
- {notifications.AVATAR} - + + + {notifications.AVATAR} + + + + {notifications.FORMATTED_TITLE}
diff --git a/phpBB/styles/subsilver2/template/ucp_notifications.html b/phpBB/styles/subsilver2/template/ucp_notifications.html index 054e9a62b9..7c3a516521 100644 --- a/phpBB/styles/subsilver2/template/ucp_notifications.html +++ b/phpBB/styles/subsilver2/template/ucp_notifications.html @@ -89,10 +89,14 @@
- {notification_list.AVATAR} - + + + {notification_list.AVATAR} + + + + {notification_list.FORMATTED_TITLE}