From 544fbe35f4b5cd12e4556c9c300f471a4092dc41 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Wed, 26 Sep 2012 22:59:22 -0500 Subject: [ticket/11103] Some tweaks to the template output PHPBB3-11103 --- phpBB/styles/prosilver/template/ucp_notifications.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'phpBB/styles/prosilver/template') diff --git a/phpBB/styles/prosilver/template/ucp_notifications.html b/phpBB/styles/prosilver/template/ucp_notifications.html index 776e565dd0..7ded4d01fe 100644 --- a/phpBB/styles/prosilver/template/ucp_notifications.html +++ b/phpBB/styles/prosilver/template/ucp_notifications.html @@ -8,10 +8,10 @@
  • {L_NOTIFICATION_TYPE}
    -
    {L_NOTIFICATIONS}
    -
    {notification_methods.NAME}
    +
    {notification_methods.NAME}
    +
    {L_NOTIFICATIONS}
  • @@ -21,13 +21,12 @@
  • - {notification_types.NAME}
    - {notification_types.DESC} + {notification_types.NAME}
    -
    {notification_methods.NAME}
    -
    {notification_methods.NAME}
    +
    {notification_methods.NAME}
    +
    {notification_methods.NAME}
  • -- cgit v1.2.1