Revision 240
Added by stefan about 19 years ago
save.php | ||
---|---|---|
517 | 517 |
<tr> |
518 | 518 |
<td colspan="2"> |
519 | 519 |
<input type="radio" name="match" id="match_all" value="all"[ALL_CHECKED] /> |
520 |
<a href="javascript: toggle_radio(\'match_all\');">[TEXT_ALL_WORDS]</a>
|
|
520 |
<label for="match_all">[TEXT_ALL_WORDS]</label>
|
|
521 | 521 |
<input type="radio" name="match" id="match_any" value="any"[ANY_CHECKED] /> |
522 |
<a href="javascript: toggle_radio(\'match_any\');">[TEXT_ANY_WORDS]</a>
|
|
522 |
<label for="match_any">[TEXT_ANY_WORDS]</label>
|
|
523 | 523 |
<input type="radio" name="match" id="match_exact" value="exact"[EXACT_CHECKED] /> |
524 |
<a href="javascript: toggle_radio(\'match_exact\');">[TEXT_EXACT_MATCH]</a>
|
|
524 |
<label for="match_exact">[TEXT_EXACT_MATCH]</label>
|
|
525 | 525 |
</td> |
526 | 526 |
</tr> |
527 | 527 |
</table> |
Also available in: Unified diff
Applied aportale's patch to use label instead of javascript toggle code