From 161b610a947f9de814aad228a2e62719c2096746 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Sat, 12 Apr 2014 03:55:44 -0700 Subject: [PATCH] [ticket/12265] Break the icons that aren't in loop in case extensions add more PHPBB3-12265 --- phpBB/styles/prosilver/template/ucp_pm_viewmessage.html | 6 ++++++ phpBB/styles/prosilver/template/viewtopic_body.html | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html index cf4364c9ff..35a9e41c92 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html @@ -47,15 +47,21 @@ +
class="last-cell" href="{U_PM}" title="{L_PRIVATE_MESSAGE}"> +
+
class="last-cell" href="{U_EMAIL}" title="{L_SEND_EMAIL_USER} {POST_AUTHOR}"> +
+
class="last-cell" href="{U_JABBER}" onclick="popup(this.href, 550, 320); return false;" title="{L_JABBER}"> +
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index cfccafbe26..efdf5e9993 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -155,15 +155,21 @@
+
class="last-cell" href="{postrow.U_PM}" title="{L_PRIVATE_MESSAGE}"> +
+
class="last-cell" href="{postrow.U_EMAIL}" title="{L_SEND_EMAIL_USER} {postrow.POST_AUTHOR}"> +
+
class="last-cell" href="{postrow.U_JABBER}" onclick="popup(this.href, 550, 320); return false;" title="{L_JABBER}"> +