From cb937841269017d13058208378e4c9ad79718c6e Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Sat, 13 Oct 2012 20:02:38 -0500 Subject: [ticket/11103] UCP Notification List PHPBB3-11103 --- .../styles/prosilver/template/overall_header.html | 2 +- .../prosilver/template/ucp_notifications.html | 122 +++++++++++++++------ phpBB/styles/prosilver/theme/common.css | 4 +- 3 files changed, 94 insertions(+), 34 deletions(-) (limited to 'phpBB/styles/prosilver') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 2f789f3f2c..e00ad555ff 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -133,7 +133,7 @@
  • [ {NOTIFICATIONS_COUNT} ] • -
    +
    • diff --git a/phpBB/styles/prosilver/template/ucp_notifications.html b/phpBB/styles/prosilver/template/ucp_notifications.html index 531ffd3e6a..3ee58a278e 100644 --- a/phpBB/styles/prosilver/template/ucp_notifications.html +++ b/phpBB/styles/prosilver/template/ucp_notifications.html @@ -2,45 +2,105 @@
      -

      {L_UCP_NOTIFICATION_OPTIONS}

      +

      {TITLE}

      -

      {L_UCP_NOTIFICATION_OPTIONS_EXPLAIN}

      - -
        -
      • -
        -
        {L_NOTIFICATION_TYPE}
        - -
        {notification_methods.NAME}
        - -
        {L_NOTIFICATIONS}
        -
        -
      • -
      -
        - - -
      • -
        -
        - {notification_types.NAME} -
        - -
        checked="checked" /> {notification_methods.NAME}
        - -
        checked="checked" /> {notification_methods.NAME}
        -
        -
      • - - -
      +

      {TITLE_EXPLAIN}

      + + +
        +
      • +
        +
        {L_NOTIFICATION_TYPE}
        + +
        {notification_methods.NAME}
        + +
        {L_NOTIFICATIONS}
        +
        +
      • +
      +
        + + +
      • +
        +
        + {notification_types.NAME} +
        + +
        checked="checked" /> {notification_methods.NAME}
        + +
        checked="checked" /> {notification_methods.NAME}
        +
        +
      • + +
      + + +
      + +
      + + +
        +
      • +
        +
        {L_NOTIFICATIONS}
        +
        {L_MARK_READ}
        +
        +
      • +
      + + + + +
      + +
      + + +
      + {S_HIDDEN_FIELDS}  {S_FORM_TOKEN} diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 1f5b45e006..3d8d640598 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -682,11 +682,11 @@ p.rules a { width: 310px; } -#notification_list ul li a { +.notification_list ul li a { text-decoration: none; } -#notification_list ul li img { +.notification_list ul li img { float: left; padding: 0 10px 10px 0; max-width: 50px; -- cgit v1.2.1