openrat-cms

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

commit 397e4d99d1cfef4ca53c44a682b029815ed04a6e
parent f9161f6ec26f23fb2446c7273b2b70a65ae141d1
Author: dankert <devnull@localhost>
Date:   Mon, 30 Jan 2006 00:36:52 +0100

Element "form" erg?nzt.

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

diff --git a/themes/default/templates/project/edit.tpl.src.php b/themes/default/templates/project/edit.tpl.src.php @@ -1,46 +1,47 @@ page - window icon:project name:GLOBAL_PROJECT - row - cell - text text:PROJECT_NAME - cell class:fx - input name:name size:50 - - row - cell - text text:PROJECT_TARGET_DIR - cell class:fx - input class:filename name:target_dir size:50 - - row - cell - text text:PROJECT_FTP_URL - cell class:fx - input name:ftp_url - - row - cell - text text:PROJECT_FTP_PASSIVE - cell class:fx - checkbox name:ftp_passive - - row - cell - text text:PROJECT_CMD_AFTER_PUBLISH - cell class:fx - input name:cmd_after_publish - - row - cell - text text:PROJECT_CONTENT_NEGOTIATION - cell class:fx - checkbox name:content_negotiation - - row - cell - text text:PROJECT_CUT_INDEX - cell class:fx - checkbox name:cut_index - row - cell colspan:2 - button type:ok- \ No newline at end of file + form + window icon:project name:GLOBAL_PROJECT + row + cell + text text:PROJECT_NAME + cell class:fx + input name:name size:50 + + row + cell + text text:PROJECT_TARGET_DIR + cell class:fx + input class:filename name:target_dir size:50 + + row + cell + text text:PROJECT_FTP_URL + cell class:fx + input name:ftp_url + + row + cell + text text:PROJECT_FTP_PASSIVE + cell class:fx + checkbox name:ftp_passive + + row + cell + text text:PROJECT_CMD_AFTER_PUBLISH + cell class:fx + input name:cmd_after_publish + + row + cell + text text:PROJECT_CONTENT_NEGOTIATION + cell class:fx + checkbox name:content_negotiation + + row + cell + text text:PROJECT_CUT_INDEX + cell class:fx + checkbox name:cut_index + row + cell colspan:2 + button type:ok+ \ No newline at end of file