git.p6c8.net
/
devedit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
- Allow to filter directory listing using DOS-style wildcards (maybe it still
[devedit.git]
/
templates
/
upload.htm
diff --git
a/templates/upload.htm
b/templates/upload.htm
index 28ee92c4078a381e2312ceaaf4d6d485ae54c9ae..4f5759a7c898011a15746b96f2a8a29aae5cfa98 100644
(file)
--- a/
templates/upload.htm
+++ b/
templates/upload.htm
@@
-26,9
+26,9
@@
<input type="file" name="uploaded_file" size="35"></p>
<p>Transfer mode (see below):<br>
<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>
<p><input type="submit" value="Upload file!"></p>
</form>
patrick-canterino.de