Project

General

Profile

« Previous | Next » 

Revision 440

Added by Matthias about 17 years ago

Added multilingual support to the search;
Fixed ticket #385;

View differences:

index.php
52 52
		<?php if(SHOW_SEARCH) { ?>
53 53
		<form name="search" action="<?php echo WB_URL.'/search/index'.PAGE_EXTENSION; ?>" method="get">
54 54
		<input type="text" name="string" class="search_string" />
55
		<input type="submit" name="submit" value="Search" class="search_submit" />
55
		<input type="submit" name="submit" value="<?php echo $TEXT['SEARCH']; ?>" class="search_submit" />
56 56
		</form>
57 57
		<?php } ?>
58 58
	</div>

Also available in: Unified diff