openrat-cms

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

commit a862a1bc8f08f5b24d4ab8141bcb08acf65549da
parent f01006cfc333fe4235128cabc170981132b2dfb3
Author: dankert <devnull@localhost>
Date:   Sun,  1 Mar 2009 00:25:01 +0100

Korrektur Ausgabe Textvariablen.

Diffstat:
themes/default/templates/group/rights.tpl.src.php | 49+++++++++++++++++++++++++++++++++++++++++++++++++
themes/default/templates/group/users.tpl.src.php | 4++--
2 files changed, 51 insertions(+), 2 deletions(-)

diff --git a/themes/default/templates/group/rights.tpl.src.php b/themes/default/templates/group/rights.tpl.src.php @@ -0,0 +1,49 @@ +page + + window title:ACL name:x + + list list:projects extract:true + row + cell colspan:14 + fieldset title:var:projectname + + if empty:acls + row + cell class:fx + text text:GLOBAL_NOT_FOUND + if not:true empty:acls + row + cell class:help + text text:GLOBAL_USER + cell class:help + text text:GLOBAL_NAME + cell class:help + text text:GLOBAL_LANGUAGE + + list list:show value:t + cell class:help + text key:var:t prefix:acl_ suffix:_abbrev title:message:acl_{t} + + list list:rights key:aclid value:acl extract:true + row + cell + if present:groupname + image type:group + text text:var:groupname maxlength:20 + if not:true present:username + if not:true present:groupname + image type:group + text key:global_all + set var:username + set var:groupname + cell + image type:var:objecttype + link action:index subaction:object id:var:objectid target:_top + text var:objectname maxlength:20 title:message:select + cell + text var:languagename maxlength:20 + + list list:show + cell + set var:var:list_value value:var:bits key:var:list_value + checkbox name:var:list_value readonly:true diff --git a/themes/default/templates/group/users.tpl.src.php b/themes/default/templates/group/users.tpl.src.php @@ -4,7 +4,7 @@ page row cell class:fx image file:icon_user - text text:var:name + text var:name cell link url:var:delete_url - text text:message:GLOBAL_DELETE + text key:GLOBAL_DELETE