aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/subSilver')
-rw-r--r--phpBB/styles/subSilver/template/ucp_pm_popup.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/phpBB/styles/subSilver/template/ucp_pm_popup.html b/phpBB/styles/subSilver/template/ucp_pm_popup.html
index ba7421dd39..dd496cafb3 100644
--- a/phpBB/styles/subSilver/template/ucp_pm_popup.html
+++ b/phpBB/styles/subSilver/template/ucp_pm_popup.html
@@ -4,7 +4,7 @@
<!--
function jump_to_inbox()
{
- opener.document.location.href = "{U_RETURN_INBOX}";
+ opener.document.location.href = "{U_JS_RETURN_INBOX}";
window.close();
}
//-->
@@ -13,15 +13,16 @@ function jump_to_inbox()
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
- <table width="100%" border="0" cellspacing="1" cellpadding="4">
- <tr>
- <td valign="top" class="row1" align="center">
- <br />
+ <table width="100%" border="0" cellspacing="1" cellpadding="4" class="tablebg">
+ <tr class="row1">
+ <td valign="top" align="center">
+ <br /><span class="gen">
<!-- IF S_NOT_LOGGED_IN -->
{L_LOGIN_CHECK_PM}
<!-- ELSE -->
{MESSAGE}<br /><br />{CLICK_TO_VIEW}
<!-- ENDIF -->
+ </span>
<br /><br /><span class="genmed"><a href="javascript:window.close();">{L_CLOSE_WINDOW}</a></span><br /><br /></td>
</tr>
</table>