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 unpack a file after uploading
[devedit.git]
/
templates
/
copyfile.htm
diff --git
a/templates/copyfile.htm
b/templates/copyfile.htm
index 1a81a6e91594b06eaedb316029913f99b8cd0266..868f733df8157ffa7930802960578a3bdef1a92e 100644
(file)
--- a/
templates/copyfile.htm
+++ b/
templates/copyfile.htm
@@
-12,7
+12,7
@@
<p>(equals <a href="{URL}" target="_blank">{URL}</a>)</p>
<p>(equals <a href="{URL}" target="_blank">{URL}</a>)</p>
-<p><a href="{SCRIPT}?command=show&file={DIR}">Back to {DIR}</a></p>
+<p><a href="{SCRIPT}?command=show&file={DIR
_URL
}">Back to {DIR}</a></p>
<hr>
<hr>
@@
-21,7
+21,7
@@
<input type="hidden" name="file" value="{FILE}">
<p>Copy file '{FILE}' to:<br>
<input type="hidden" name="file" value="{FILE}">
<p>Copy file '{FILE}' to:<br>
-
{DIR} <input type="text" name="newfile"
></p>
+
<input type="text" name="newfile" value="{FILE}"> <input type="checkbox" name="confirmed" id="overwrite"><label for="overwrite">Overwrite existing file</label
></p>
<p><input type="submit" value="Copy file!"></p>
</form>
<p><input type="submit" value="Copy file!"></p>
</form>
patrick-canterino.de