]> git.p6c8.net - devedit.git/blobdiff - templates/editfile.htm
- exec_chprop() should have a proper coding style, but it made the routine hard
[devedit.git] / templates / editfile.htm
index 74b6bebea0567afdfd5e6c0cdc4a5fdb69d28815..3b377119e1e4df63fb5b3ecf8ad74ce6a1db04d7 100644 (file)
@@ -28,8 +28,8 @@
 <tr>
 <td width="50%" align="center">
 <input type="hidden" name="file" value="{FILE}">
-<input type="checkbox" name="saveas" value="1"> Save as new file: {DIR} <input type="text" name="newfile" value="" onchange="this.form.saveas.checked=true"></td>
-<td width="50%" align="center"><input type="checkbox" name="encode_iso" value="1"> Encode ISO-8859-1 special chars</td>
+<input type="checkbox" name="saveas" id="newfile" value="1"><label for="newfile"> Save as new file: {DIR} </label><input type="text" name="newfile" value="" onchange="if(this.form.newfile.value != '') this.form.saveas.checked = true; else this.form.saveas.checked = false;"></td>
+<td width="50%" align="center"><input type="checkbox" name="encode_iso" id="encode_iso" value="1"><label for="encode_iso"> Encode ISO-8859-1 special chars</label></td>
 </tr>
 <tr>
 <td align="center"><input type="reset" value="Reset form"></td>

patrick-canterino.de