aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_pm_message_header.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-11-06 11:15:38 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-11-06 11:15:38 +0000
commitac88c61e63ff5d7f7ea91b81e6cc73380171bc3b (patch)
tree662b587c8999e1305a02b74f971fc85f7af62a66 /phpBB/styles/prosilver/template/ucp_pm_message_header.html
parent5abe1ea4fef5cf7b6e7b28125b072dc78ca86aaa (diff)
downloadforums-ac88c61e63ff5d7f7ea91b81e6cc73380171bc3b.tar
forums-ac88c61e63ff5d7f7ea91b81e6cc73380171bc3b.tar.gz
forums-ac88c61e63ff5d7f7ea91b81e6cc73380171bc3b.tar.bz2
forums-ac88c61e63ff5d7f7ea91b81e6cc73380171bc3b.tar.xz
forums-ac88c61e63ff5d7f7ea91b81e6cc73380171bc3b.zip
- fix images off, css on problem for post/reply buttons
- changed calculating new/unread pm count to no longer rely on code logic, but apply all rules, operate on messages and then re-calculating after delivery. git-svn-id: file:///svn/phpbb/trunk@8229 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_message_header.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_pm_message_header.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_message_header.html b/phpBB/styles/prosilver/template/ucp_pm_message_header.html
index 2cc3107548..08cdc02d56 100644
--- a/phpBB/styles/prosilver/template/ucp_pm_message_header.html
+++ b/phpBB/styles/prosilver/template/ucp_pm_message_header.html
@@ -11,9 +11,9 @@
<!-- IF U_POST_REPLY_PM or U_POST_NEW_TOPIC or U_FORWARD_PM -->
<li class="buttons">
- <!-- IF U_POST_REPLY_PM --><div class="pmreply-icon"><a title="{L_POST_REPLY_PM}" href="{U_POST_REPLY_PM}"><span>{L_POST_REPLY_PM}</span></a></div>
- <!-- ELSEIF U_POST_NEW_TOPIC --><div class="newpm-icon"><a href="{U_POST_NEW_TOPIC}" accesskey="n"><span>{L_UCP_PM_COMPOSE}</span></a></div><!-- ENDIF -->
- <!-- IF U_FORWARD_PM --><div class="forwardpm-icon"><a title="{L_POST_FORWARD_PM}" href="{U_FORWARD_PM}"><span>{L_FORWARD_PM}</span></a></div><!-- ENDIF -->
+ <!-- IF U_POST_REPLY_PM --><div class="pmreply-icon"><a title="{L_POST_REPLY_PM}" href="{U_POST_REPLY_PM}"><span></span>{L_POST_REPLY_PM}</a></div>
+ <!-- ELSEIF U_POST_NEW_TOPIC --><div class="newpm-icon"><a href="{U_POST_NEW_TOPIC}" accesskey="n" title="{L_UCP_PM_COMPOSE}"><span></span>{L_UCP_PM_COMPOSE}</a></div><!-- ENDIF -->
+ <!-- IF U_FORWARD_PM --><div class="forwardpm-icon"><a title="{L_POST_FORWARD_PM}" href="{U_FORWARD_PM}"><span></span>{L_FORWARD_PM}</a></div><!-- ENDIF -->
</li>
<!-- ENDIF -->