openrat-cms

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

commit aa0fbcbd17422fcfe709acdd44e2d7a7293b5652
parent 099277f9cd9f3a000412f2def906ddc1ca2533d8
Author: dankert <devnull@localhost>
Date:   Sat, 15 Dec 2007 14:38:45 +0100

Felder mit Namen versehen. Beim Anlegen von Projekten Beispiel-Projekte ausw?hlen.

Diffstat:
themes/default/templates/project/add.tpl.src.php | 31++++++++++++++++++++++++++++---
themes/default/templates/project/export.tpl.src.php | 2+-
themes/default/templates/project/listing.tpl.src.php | 2+-
themes/default/templates/project/remove.tpl.src.php | 4++--
4 files changed, 32 insertions(+), 7 deletions(-)

diff --git a/themes/default/templates/project/add.tpl.src.php b/themes/default/templates/project/add.tpl.src.php @@ -1,13 +1,38 @@ page form method:post - window icon:project name:GLOBAL_PROJECTS + window icon:project name:GLOBAL_PROJECTS widths:20px,20%,80% width:70% row - cell + cell colspan:2 text text:message:name cell input name:name + row + cell colspan:3 + fieldset title:message:options + row + cell + radio name:type value:empty + cell + label for:type_empty + text text:message:empty + row + cell + radio name:type value:copy + cell + label for:type_copy + text text:message:copy + cell + selectbox name:projectid list:projects + row + cell + radio name:type value:example + cell + label for:type_example + text text:message:example + cell + selectbox name:example list:examples row - cell class:act colspan:2 + cell class:act colspan:3 button type:ok focus field:name \ No newline at end of file diff --git a/themes/default/templates/project/export.tpl.src.php b/themes/default/templates/project/export.tpl.src.php @@ -1,6 +1,6 @@ page form - window icon:project name:GLOBAL_PROJECT + window icon:project name:GLOBAL_PROJECT widths:30%,70% row cell class:fx width:50% text key:GLOBAL_DATABASE diff --git a/themes/default/templates/project/listing.tpl.src.php b/themes/default/templates/project/listing.tpl.src.php @@ -1,5 +1,5 @@ page - window icon:project name:GLOBAL_PROJECTS + window icon:project name:GLOBAL_PROJECTS width:70% list list:el extract:true row cell diff --git a/themes/default/templates/project/remove.tpl.src.php b/themes/default/templates/project/remove.tpl.src.php @@ -1,7 +1,7 @@ page form method:post - window icon:group name:GLOBAL_PROJECT + window icon:group name:GLOBAL_PROJECT widths:20%,80% row cell text text:GLOBAL_NAME @@ -9,7 +9,7 @@ page text var:name row cell - text text:GLOBAL_DELETE + text text:CONFIRM_DELETE cell checkbox name:delete row