openrat-cms

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

commit 93df4251c2ffde15a5770881c71ab99bbab809ca
parent c4d2ef33198f94f9a622c89def4016ad95d689ea
Author: dankert <devnull@localhost>
Date:   Mon, 24 Jan 2011 22:16:07 +0100

Umstellung der Eingabemasken auf tabellenloses Layout...

Diffstat:
themes/default/templates/object/rights.tpl.src.php | 122++++++++++++++++++++++++++++++++++++++++----------------------------------------
1 file changed, 61 insertions(+), 61 deletions(-)

diff --git a/themes/default/templates/object/rights.tpl.src.php b/themes/default/templates/object/rights.tpl.src.php @@ -1,66 +1,66 @@ page form - window title:ACL name:x - - if empty:acls - row - cell - text text:GLOBAL_NOT_FOUND - if not:true empty:acls - row class:headline - cell class:help - text key:GLOBAL_NAME - cell class:help - text key:GLOBAL_LANGUAGE - - list list:show value:t + window + table + if empty:acls + row + cell + text text:GLOBAL_NOT_FOUND + if not:true empty:acls + row class:headline + cell class:help + text key:GLOBAL_NAME + cell class:help + text key:GLOBAL_LANGUAGE + + list list:show value:t + cell class:help + text key:var:t prefix:acl_ suffix:_abbrev + cell class:help - text key:var:t prefix:acl_ suffix:_abbrev - - cell class:help - if true:mode:edit - text key:global_delete - - list list:acls key:aclid value:acl extract:true - row class:data - cell - if present:username - image type:user - text var:username - if present:groupname - image type:group - text var:groupname - if not:true present:username - if not:true present:groupname + if true:mode:edit + text key:global_delete + + list list:acls key:aclid value:acl extract:true + row class:data + cell + if present:username + image type:user + text var:username + if present:groupname image type:group - text key:global_all - cell - text var:languagename - - list list:show value:t + text var:groupname + if not:true present:username + if not:true present:groupname + image type:group + text key:global_all cell - checkbox name:var:t default:false readonly:true - cell - if true:mode:edit - if present:delete_url - link url:var:delete_url - text key:GLOBAL_DELETE - - if true:mode:edit - if value:var:type equals:folder - row - cell colspan:15 - fieldset title:message:options - row - cell colspan:15 - set var:inherit value:1 - input type:checkbox name:inherit - label for:inherit - text key:inherit_rights - row - cell class:act colspan:15 - button type:ok - link class:action action:var:actionName subaction:aclform - image icon:add - text key:add- \ No newline at end of file + text var:languagename + + list list:show value:t + cell + checkbox name:var:t default:false readonly:true + cell + if true:mode:edit + if present:delete_url + link url:var:delete_url + text key:GLOBAL_DELETE + + if true:mode:edit + if value:var:type equals:folder + row + cell colspan:15 + fieldset title:message:options + row + cell colspan:15 + set var:inherit value:1 + input type:checkbox name:inherit + label for:inherit + text key:inherit_rights + row + cell class:act colspan:15 + button type:ok + link class:action action:var:actionName subaction:aclform + image icon:add + text key:add+ \ No newline at end of file