diff options
Diffstat (limited to 'phpBB/styles/templates/subSilver/ucp_pm_popup.html')
-rw-r--r-- | phpBB/styles/templates/subSilver/ucp_pm_popup.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/phpBB/styles/templates/subSilver/ucp_pm_popup.html b/phpBB/styles/templates/subSilver/ucp_pm_popup.html deleted file mode 100644 index e48205b338..0000000000 --- a/phpBB/styles/templates/subSilver/ucp_pm_popup.html +++ /dev/null @@ -1,22 +0,0 @@ - -<script language="javascript" type="text/javascript"> -<!-- -function jump_to_inbox() -{ - opener.document.location.href = "{U_PRIVATEMSGS}"; - window.close(); -} -//--> -</script> - - <table width="100%" border="0" cellspacing="0" cellpadding="10"> - <tr> - <td> - <table width="100%" border="0" cellspacing="1" cellpadding="4" class="forumline"> - <tr> - <td valign="top" class="row1" align="center"><br /><span class="gen">{L_MESSAGE}</span><br /><br /><span class="genmed"><a href="javascript:window.close();" class="genmed">{L_CLOSE_WINDOW}</a></span><br /><br /></td> - </tr> - </table> - </td> - </tr> - </table> |