mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
NOTE TO DEVS: have a look at adm/admin_board.php (new config layout) git-svn-id: file:///svn/phpbb/trunk@4883 89ea8834-ac86-4346-8a33-228a782c2dd0
25 lines
642 B
HTML
25 lines
642 B
HTML
<!-- INCLUDE simple_header.html -->
|
|
|
|
<script language="javascript" type="text/javascript">
|
|
<!--
|
|
function jump_to_inbox()
|
|
{
|
|
opener.document.location.href = "{U_RETURN_INBOX}";
|
|
window.close();
|
|
}
|
|
//-->
|
|
</script>
|
|
|
|
<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 /><span class="gen">{MESSAGE}</span><br /><br /><span class="genmed"><a href="javascript:window.close();">{L_CLOSE_WINDOW}</a></span><br /><br /></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<!-- INCLUDE simple_footer.html --> |