Revision 240
Added by stefan almost 20 years ago
| template.html | ||
|---|---|---|
| 69 | 69 |
<tr> |
| 70 | 70 |
<td> |
| 71 | 71 |
<input type="checkbox" name="overwrite" id="overwrite" value="yes" /> |
| 72 |
<a href="javascript: toggle_checkbox('overwrite');">
|
|
| 72 |
<label for="overwrite">
|
|
| 73 | 73 |
{TEXT_OVERWRITE_EXISTING} {TEXT_FILES}
|
| 74 |
</a>
|
|
| 74 |
</label>
|
|
| 75 | 75 |
</td> |
| 76 | 76 |
<td width="160"> |
| 77 | 77 |
<input type="submit" name="submit" value="{TEXT_UPLOAD_FILES}" style="width: 160px;" />
|
Also available in: Unified diff
Applied aportale's patch to use label instead of javascript toggle code