openrat-cms

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

commit 711c100b20e9330cd75102a8edcc7fc9629168ea
parent dfa62580abfed8c6859346e5ef07ec951f1603a9
Author: dankert <devnull@localhost>
Date:   Sat, 15 Dec 2007 14:25:38 +0100

Felder mit Namen versehen.

Diffstat:
themes/default/templates/group/add.tpl.src.php | 8+++++---
themes/default/templates/group/listing.tpl.src.php | 2+-
themes/default/templates/user/add.tpl.src.php | 13++++++++-----
themes/default/templates/user/listing.tpl.src.php | 2+-
4 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/themes/default/templates/group/add.tpl.src.php b/themes/default/templates/group/add.tpl.src.php @@ -1,12 +1,14 @@ page form method:post - window icon:group name:GLOBAL_GROUPS + window icon:group name:GLOBAL_GROUPS width:70% row - cell class:fx + cell + text text:name + cell input name:name row - cell class:act + cell colspan:2 class:act button type:ok focus field:name \ No newline at end of file diff --git a/themes/default/templates/group/listing.tpl.src.php b/themes/default/templates/group/listing.tpl.src.php @@ -1,5 +1,5 @@ page - window icon:group name:GLOBAL_GROUPS + window icon:group name:GLOBAL_GROUPS width:70% list list:el extract:true row cell class:fx diff --git a/themes/default/templates/user/add.tpl.src.php b/themes/default/templates/user/add.tpl.src.php @@ -1,10 +1,13 @@ page form method:post - window icon:project name:GLOBAL_USERS + window icon:user name:GLOBAL_USERS width:70% row - cell class:fx + cell + text text:user_username + cell input name:name row - cell class:act - button type:ok- \ No newline at end of file + cell colspan:2 class:act + button type:ok + focus field:name+ \ No newline at end of file diff --git a/themes/default/templates/user/listing.tpl.src.php b/themes/default/templates/user/listing.tpl.src.php @@ -1,5 +1,5 @@ page - window icon:user name:GLOBAL_USERS + window icon:user name:GLOBAL_USERS width:70% list list:el extract:true row cell class:fx