aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-08-23 11:40:37 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-08-23 11:40:37 +0200
commita79da361eefee4423b595db04bc9e94f1e365d00 (patch)
treea20e89f9425065e3767b0a06a8ea274e668f6cb2 /phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
parentd2ed2c4e1e87a8cf84454d04190a44e78a832d04 (diff)
parentada35dca0055790aacbd419587f6180386ad7b77 (diff)
downloadforums-a79da361eefee4423b595db04bc9e94f1e365d00.tar
forums-a79da361eefee4423b595db04bc9e94f1e365d00.tar.gz
forums-a79da361eefee4423b595db04bc9e94f1e365d00.tar.bz2
forums-a79da361eefee4423b595db04bc9e94f1e365d00.tar.xz
forums-a79da361eefee4423b595db04bc9e94f1e365d00.zip
Merge pull request #2783 from hanakin/ticket/12862
[ticket/12862] Fix pop-up box wraps * hanakin/ticket/12862: [ticket/12862] Remove remaining simple-wrap id [ticket/12862] Resize popups consistently [ticket/12862] Add Border
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_viewmessage.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_pm_viewmessage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
index 941541c582..1d0b7916d9 100644
--- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
+++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
@@ -55,7 +55,7 @@
<!-- IF REMAINDER eq 0 -->
<div>
<!-- ENDIF -->
- <a href="<!-- IF contact.U_CONTACT -->{contact.U_CONTACT}<!-- ELSE -->{contact.U_PROFILE_AUTHOR}<!-- ENDIF -->" title="{contact.NAME}"<!-- IF $S_LAST_CELL --> class="last-cell"<!-- ENDIF --><!-- IF contact.ID eq 'jabber' --> onclick="popup(this.href, 550, 320); return false;"<!-- ENDIF -->>
+ <a href="<!-- IF contact.U_CONTACT -->{contact.U_CONTACT}<!-- ELSE -->{contact.U_PROFILE_AUTHOR}<!-- ENDIF -->" title="{contact.NAME}"<!-- IF $S_LAST_CELL --> class="last-cell"<!-- ENDIF --><!-- IF contact.ID eq 'jabber' --> onclick="popup(this.href, 750, 320); return false;"<!-- ENDIF -->>
<span class="contact-icon {contact.ID}-icon">{contact.NAME}</span>
</a>
<!-- IF REMAINDER eq 3 or contact.S_LAST_ROW -->