X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/03d83644ce2d958fe3e0466fa272c67f0566f4ab..7897c609d415e2362b8c42c3b918a7ebcb5c4bda:/templates/confirm_replace.htm diff --git a/templates/confirm_replace.htm b/templates/confirm_replace.htm index 52450f5..bd1f15c 100644 --- a/templates/confirm_replace.htm +++ b/templates/confirm_replace.htm @@ -10,12 +10,13 @@ <h1>Replace exisiting file</h1> -<p>A file called '{FILE}' already exists. Do you want to replace it?</p> +<p>A file called '{NEW_FILE}' already exists. Do you want to replace it?</p> -<form action="{SCRIPT}" method="get"> +<form action="{SCRIPT}" method="post"> <input type="hidden" name="command" value="{COMMAND}"> <input type="hidden" name="file" value="{FILE}"> -<input type="hidden" name="newfile" value="{NEW_FILE}"> +<input type="hidden" name="newfile" value="{NEW_FILENAME}"> +<input type="hidden" name="curdir" value="{NEW_DIR}"> <input type="hidden" name="confirmed" value="1"> <p><input type="submit" value="Yes"></p>