write access to this directory.
- Wrong variable "{DIRECTORY}" in error message "dir_no_create" - it should be
"{DIR}".
create_ar = You aren't allowed to create files and directories above the virtual root directory.
delete_failed = Could not delete file '{FILE}'.
dircopy = This editor is not able to copy directories.
-dir_no_create = You have not enough permissions to create a file in the directory '{DIRECTORY}'.
+dir_no_create = You have not enough permissions to create a file in the directory '{DIR}'.
dir_not_exist = The directory where you want to create this file or directory doesn't exist.
dir_read_fail = Reading of directory '{DIR}' failed.
dir_replace = You are not allowed to replace a directory.
<td>{DIR} <input type="text" name="newfile"> <input type="submit" value="Create!"></td>
</form>
</tr>
-
+{IF dir_writeable}
<tr>
<td colspan="2"><a href="{SCRIPT}?command=upload&file={DIR}">Upload a file</a></td>
</tr>
-</table>
+{ENDIF}</table>
<hr>