- redirection should properly work now

- align jumpbox properly


git-svn-id: file:///svn/phpbb/trunk@5734 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann 2006-03-27 18:45:18 +00:00
parent e7140d658d
commit 397fff57f2
4 changed files with 6 additions and 6 deletions

View file

@ -517,7 +517,7 @@ function approve_post($post_id_list, $mode)
else else
{ {
meta_refresh(3, $redirect); meta_refresh(3, $redirect);
trigger_error($user->lang[$success_msg] . '<br /><br />' . sprintf($user->lang['RETURN_PAGE'], '<a href="' . $phpbb_root_path . $redirect . '">', '</a>') . '<br /><br />' . sprintf($user->lang['RETURN_FORUM'], "<a href=\"{$phpbb_root_path}viewforum.$phpEx$SID&amp;f=" . $forum_id . '">', '</a>')); trigger_error($user->lang[$success_msg] . '<br /><br />' . sprintf($user->lang['RETURN_PAGE'], "<a href=\"$redirect\">", '</a>'));
} }
} }
@ -720,8 +720,8 @@ function disapprove_post($post_id_list, $mode)
} }
else else
{ {
meta_refresh(3, "viewforum.$phpEx$SID&amp;f=$forum_id"); meta_refresh(3, $redirect);
trigger_error($user->lang[$success_msg] . '<br /><br />' . sprintf($user->lang['RETURN_FORUM'], "<a href=\"{$phpbb_root_path}viewforum.$phpEx$SID&amp;f=" . $forum_id . '">', '</a>')); trigger_error($user->lang[$success_msg] . '<br /><br />' . sprintf($user->lang['RETURN_PAGE'], "<a href=\"$redirect\">", '</a>'));
} }
} }

View file

@ -489,7 +489,7 @@ function close_report($post_id_list, $mode, $action)
} }
else else
{ {
meta_refresh(3, "viewforum.$phpEx$SID&amp;f=$forum_id"); meta_refresh(3, $redirect);
trigger_error($user->lang[$success_msg] . '<br /><br />' . sprintf($user->lang['RETURN_PAGE'], "<a href=\"$redirect\">", '</a>')); trigger_error($user->lang[$success_msg] . '<br /><br />' . sprintf($user->lang['RETURN_PAGE'], "<a href=\"$redirect\">", '</a>'));
} }
} }

View file

@ -30,6 +30,6 @@
<br clear="all" /> <br clear="all" />
<div style="float: right"><!-- INCLUDE jumpbox.html --></div> <div align="right"><!-- INCLUDE jumpbox.html --></div>
<!-- INCLUDE overall_footer.html --> <!-- INCLUDE overall_footer.html -->

View file

@ -104,6 +104,6 @@
<br clear="all" /> <br clear="all" />
<div style="float: right"><!-- INCLUDE jumpbox.html --></div> <div align="right"><!-- INCLUDE jumpbox.html --></div>
<!-- INCLUDE overall_footer.html --> <!-- INCLUDE overall_footer.html -->