Project

General

Profile

« Previous | Next » 

Revision 389

Added by Matthias almost 18 years ago

Return to Search Results Page (#365)

View differences:

trunk/CHANGELOG
12 12

  
13 13
------------------------------------- 2.6.5 -------------------------------------
14 14
20-Dez-2006 Matthias Gallas
15
#	Fixed Return to Search Results Page (#365)
15 16
!	Set Version to 2.6.5
16 17
-	Removed Changeset 365 because this will be a part of WB 2.7.x
17 18
#	Fixed a little typo error in class.admin.php (#364)
trunk/wb/install/save.php
550 550
	$search_header = addslashes('
551 551
<h1>Search</h1>
552 552

  
553
<form name="search" action="[WB_URL]/search/index[PAGE_EXTENSION]" method="post">
553
<form name="search" action="[WB_URL]/search/index[PAGE_EXTENSION]" method="get">
554 554
<table cellpadding="3" cellspacing="0" border="0" width="500">
555 555
<tr>
556 556
<td>
trunk/wb/templates/allcss/index.php
45 45
	
46 46
	<div class="search_box">
47 47
		<?php if(SHOW_SEARCH) { ?>
48
		<form name="search" action="<?php echo WB_URL.'/search/index'.PAGE_EXTENSION; ?>" method="post">
48
		<form name="search" action="<?php echo WB_URL.'/search/index'.PAGE_EXTENSION; ?>" method="get">
49 49
		<input type="text" name="string" class="search_string" />
50 50
		<input type="submit" name="submit" value="Search" class="search_submit" />
51 51
		</form>
trunk/wb/templates/round/index.php
67 67
		</table>
68 68
		
69 69
		<?php if(SHOW_SEARCH) { ?>
70
		<form name="search" action="<?php echo WB_URL.'/search/index'.PAGE_EXTENSION; ?>" method="post">
70
		<form name="search" action="<?php echo WB_URL.'/search/index'.PAGE_EXTENSION; ?>" method="get">
71 71
			<table cellpadding="0" cellspacing="0" border="0" width="150" align="center" style="margin-top: 10px;">
72 72
				<tr>
73 73
					<td class="border">
trunk/wb/templates/simple/index.php
57 57
		<?php if(SHOW_SEARCH) { /* Only show search box if search is enabled */ ?>
58 58
			<br />
59 59
			Search: <br />
60
			<form name="search" action="<?php echo WB_URL; ?>/search/index<?php echo PAGE_EXTENSION; ?>" method="post">
60
			<form name="search" action="<?php echo WB_URL; ?>/search/index<?php echo PAGE_EXTENSION; ?>" method="get">
61 61
				<input type="text" name="string" style="width: 100%;" />
62 62
				<input type="submit" name="submit" value="Search" style="width: 100%;" />
63 63
			</form>

Also available in: Unified diff