openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 2ee5f2bba97e97b584bbc7854c3ad9b0a3609b3c
parent 16cf2d0d62a4acefa04824ca33034201d686190b
Author: dankert <devnull@localhost>
Date:   Thu,  4 Oct 2007 23:49:56 +0200

Systembefehl nicht editierbar, wenn entsprechend konfiguriert.

Diffstat:
themes/default/templates/project/edit.tpl.src.php | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/themes/default/templates/project/edit.tpl.src.php b/themes/default/templates/project/edit.tpl.src.php @@ -11,13 +11,13 @@ page cell text text:PROJECT_TARGET_DIR cell - input class:filename name:target_dir size:50 class:filename + input name:target_dir size:50 class:filename row cell text text:PROJECT_CMD_AFTER_PUBLISH cell - input name:cmd_after_publish class:filename size:50 + input name:cmd_after_publish class:filename size:50 readonly:!config:publish/project/override_system_command row cell colspan:2 @@ -26,12 +26,12 @@ page cell text text:PROJECT_FTP_URL cell - input name:ftp_url class:filename size:50 + input name:ftp_url class:filename size:50 readonly:!config:publish/ftp/enable row cell cell - checkbox name:ftp_passive + checkbox name:ftp_passive readonly:!config:publish/ftp/enable label for:ftp_passive text text:PROJECT_FTP_PASSIVE