]> git.p6c8.net - devedit.git/blobdiff - templates/copyfile.htm
Added checkboxes for allowing to overwrite an existing file immediately
[devedit.git] / templates / copyfile.htm
index 1a81a6e91594b06eaedb316029913f99b8cd0266..ac1dd10dd1e6b73cec76f08359a821edb3bd69dd 100644 (file)
@@ -12,7 +12,7 @@
 
 <p>(equals <a href="{URL}" target="_blank">{URL}</a>)</p>
 
-<p><a href="{SCRIPT}?command=show&amp;file={DIR}">Back to {DIR}</a></p>
+<p><a href="{SCRIPT}?command=show&amp;file={DIR_URL}">Back to {DIR}</a></p>
 
 <hr>
 
@@ -21,7 +21,7 @@
 <input type="hidden" name="file" value="{FILE}">
 
 <p>Copy file '{FILE}' to:<br>
-{DIR} <input type="text" name="newfile"></p>
+{DIR} <input type="text" name="newfile"> <input type="checkbox" name="confirmed" id="overwrite"><label for="overwrite">Overwrite existing file</label></p>
 
 <p><input type="submit" value="Copy file!"></p>
 </form>

patrick-canterino.de