Revision 240
Added by stefan about 19 years ago
rename.html | ||
---|---|---|
29 | 29 |
<tr> |
30 | 30 |
<td colspan="2"> |
31 | 31 |
<input type="checkbox" name="overwrite" id="overwrite" value="yes" /> |
32 |
<a href="javascript: toggle_checkbox('overwrite');">
|
|
32 |
<label for="overwrite">
|
|
33 | 33 |
{TEXT_OVERWRITE_EXISTING} {TYPE} |
34 |
</a>
|
|
34 |
</label>
|
|
35 | 35 |
</td> |
36 | 36 |
</tr> |
37 | 37 |
<tr> |
Also available in: Unified diff
Applied aportale's patch to use label instead of javascript toggle code