diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-09-26 22:59:22 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-09-26 22:59:22 -0500 |
commit | 544fbe35f4b5cd12e4556c9c300f471a4092dc41 (patch) | |
tree | 316a6bfe2134733f699681ca1611f5094f22ae39 /phpBB/styles/prosilver | |
parent | e66117409c68242832f76cdb456d16c40573639e (diff) | |
download | forums-544fbe35f4b5cd12e4556c9c300f471a4092dc41.tar forums-544fbe35f4b5cd12e4556c9c300f471a4092dc41.tar.gz forums-544fbe35f4b5cd12e4556c9c300f471a4092dc41.tar.bz2 forums-544fbe35f4b5cd12e4556c9c300f471a4092dc41.tar.xz forums-544fbe35f4b5cd12e4556c9c300f471a4092dc41.zip |
[ticket/11103] Some tweaks to the template output
PHPBB3-11103
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_notifications.html | 11 |
1 files changed, 5 insertions, 6 deletions
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 @@ <li class="header"> <dl class="icon"> <dt>{L_NOTIFICATION_TYPE}</dt> - <dd class="topics">{L_NOTIFICATIONS}</dd> <!-- BEGIN notification_methods --> - <dd class="topics">{notification_methods.NAME}</dd> + <dd class="mark">{notification_methods.NAME}</dd> <!-- END notification_methods --> + <dd class="mark">{L_NOTIFICATIONS}</dd> </dl> </li> </ul> @@ -21,13 +21,12 @@ <li class="row<!-- IF notification_types.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> <dl class="icon"> <dt> - {notification_types.NAME}<br /> - {notification_types.DESC} + {notification_types.NAME} </dt> - <dd class="topics"><input type="checkbox" name="{notification_types.TYPE}_notification" /> <dfn>{notification_methods.NAME}</dfn></dd> <!-- BEGIN notification_methods --> - <dd class="topics"><input type="checkbox" name="{notification_types.TYPE}_{notification_methods.METHOD}" /> <dfn>{notification_methods.NAME}</dfn></dd> + <dd class="mark"><input type="checkbox" name="{notification_types.TYPE}_{notification_methods.METHOD}" /> <dfn>{notification_methods.NAME}</dfn></dd> <!-- END notification_methods --> + <dd class="mark"><input type="checkbox" name="{notification_types.TYPE}_notification" /> <dfn>{notification_methods.NAME}</dfn></dd> </dl> </li> <!-- END notification_types --> |