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}"> +