|
From: Bart v. B. <ba...@us...> - 2002-01-31 23:29:18
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv26878
Modified Files:
jumpbox.tpl
Log Message:
Fixed bug #508734, URL on viewtopic.php wrong after using jumpbox
Index: jumpbox.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/jumpbox.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** jumpbox.tpl 2001/10/06 17:21:10 1.2
--- jumpbox.tpl 2002/01/31 23:29:14 1.3
***************
*** 1,4 ****
! <form method="post" name="jumpbox" action="{S_JUMPBOX_ACTION}">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
--- 1,4 ----
! <form method="GET" name="jumpbox" action="{S_JUMPBOX_ACTION}">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
|