Revision 440
Added by Matthias over 17 years ago
index.php | ||
---|---|---|
86 | 86 |
</tr> |
87 | 87 |
<tr> |
88 | 88 |
<td class="login"> |
89 |
|
|
90 |
<input type="submit" name="submit" value="<?php if(isset($TEXT['SUBMIT'])) { echo $TEXT['SEARCH']; } else { echo 'Search'; } ?>" /> |
|
89 |
<input type="submit" name="submit" value="<?php echo $TEXT['SEARCH']; ?>" /> |
|
91 | 90 |
</td> |
92 | 91 |
</tr> |
93 | 92 |
<tr> |
Also available in: Unified diff
Added multilingual support to the search;
Fixed ticket #385;