<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>
 
 <input type="hidden" name="file" value="{FILE}">
 
 <p>Move/Rename 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="Move/Rename file!"></p>
 </form>