openrat-cms

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

commit 144947f9bfceb2f70ccaca5aa279cf14ba041689
parent a8972f50a70a4a4edec7fef2ac05a0d07fc3dc3a
Author: dankert <devnull@localhost>
Date:   Sat, 26 Sep 2009 00:28:17 +0200

Zwischenüberschriften per Fieldset

Diffstat:
themes/default/templates/project/edit.tpl.src.php | 6++++++
themes/default/templates/search/content.tpl.src.php | 7+++++++
themes/default/templates/user/edit.tpl.src.php | 3+++
themes/default/templates/user/remove.tpl.src.php | 7+++++--
4 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/themes/default/templates/project/edit.tpl.src.php b/themes/default/templates/project/edit.tpl.src.php @@ -2,12 +2,18 @@ page form window icon:project name:GLOBAL_PROJECT row + cell colspan:2 + fieldset title:message:NAME + row cell text text:PROJECT_NAME cell input name:name size:30 class:name row + cell colspan:2 + fieldset title:message:PUBLISH + row cell text text:PROJECT_TARGET_DIR cell diff --git a/themes/default/templates/search/content.tpl.src.php b/themes/default/templates/search/content.tpl.src.php @@ -2,12 +2,19 @@ page form window icon:search row + cell colspan:2 + fieldset title:message:global_user + row cell radio name:type value:lastchange_user label for:type value:lastchange_user text key:lastchange_user cell selectbox list:users name:userid default:var:act_userid + + row + cell colspan:2 + fieldset title:message:SEARCH_CONTENT row cell radio name:type value:value default:true diff --git a/themes/default/templates/user/edit.tpl.src.php b/themes/default/templates/user/edit.tpl.src.php @@ -2,6 +2,9 @@ page form window name:GLOBAL_USER widths:50%,50% row + cell colspan:2 + fieldset title:message:NAME + row cell text text:user_username cell diff --git a/themes/default/templates/user/remove.tpl.src.php b/themes/default/templates/user/remove.tpl.src.php @@ -1,11 +1,14 @@ page form - window name:GLOBAL_USER + window name:GLOBAL_USER widths:30%,70% + row + cell colspan:2 + fieldset title:message:NAME row cell text text:user_username cell - text var:name + text var:name class:name row cell colspan:2 fieldset title:message:options