]> git.p6c8.net - devedit.git/blobdiff - templates/upload.htm
- Added new if blocks to the templates about.htm and chprop.htm: The blocks are
[devedit.git] / templates / upload.htm
index 28ee92c4078a381e2312ceaaf4d6d485ae54c9ae..4f5759a7c898011a15746b96f2a8a29aae5cfa98 100644 (file)
@@ -26,9 +26,9 @@
 <input type="file" name="uploaded_file" size="35"></p>
 
 <p>Transfer mode (see below):<br>
-<input type="radio" name="ascii" value="1">ASCII <input type="radio" name="ascii" value="0" checked>Binary (default)</p>
+<input type="radio" name="ascii" id="ascii" value="1"><label for="ascii">ASCII</label> <input type="radio" name="ascii" id="binary" value="0" checked><label for="binary">Binary (default)</label></p>
 
-<p><input type="checkbox" name="overwrite">Overwrite file if it already exists</p>
+<p><input type="checkbox" name="overwrite" id="overwrite"><label for="overwrite">Overwrite file if it already exists</label></p>
 
 <p><input type="submit" value="Upload file!"></p>
 </form>

patrick-canterino.de