Revision 440
Added by Matthias over 17 years ago
index.php | ||
---|---|---|
64 | 64 |
Search: <br /> |
65 | 65 |
<form name="search" action="<?php echo WB_URL; ?>/search/index<?php echo PAGE_EXTENSION; ?>" method="get"> |
66 | 66 |
<input type="text" name="string" style="width: 100%;" /> |
67 |
<input type="submit" name="submit" value="Search" style="width: 100%;" />
|
|
67 |
<input type="submit" name="submit" value="<?php echo $TEXT['SEARCH']; ?>" style="width: 100%;" />
|
|
68 | 68 |
</form> |
69 | 69 |
<?php } ?> |
70 | 70 |
|
Also available in: Unified diff
Added multilingual support to the search;
Fixed ticket #385;