openrat-cms

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

commit d91912120dc44423d43029ac47a691c4c0dfb9b2
parent 75b78b31979b9f649bcc13f9826c26ef3961678d
Author: dankert <devnull@localhost>
Date:   Sun, 22 Mar 2009 21:00:26 +0100

Für Datenlisten CSS-Klasse "data" verwenden.

Diffstat:
themes/default/templates/group/listing.tpl.src.php | 4++--
themes/default/templates/group/rights.tpl.src.php | 2+-
themes/default/templates/group/users.tpl.src.php | 2+-
themes/default/templates/language/listing.tpl.src.php | 2+-
themes/default/templates/model/listing.tpl.src.php | 2+-
themes/default/templates/object/rights.tpl.src.php | 2+-
themes/default/templates/page/el.tpl.src.php | 2+-
themes/default/templates/page/form.tpl.src.php | 2+-
themes/default/templates/project/listing.tpl.src.php | 2+-
themes/default/templates/template/el.tpl.src.php | 2+-
themes/default/templates/template/listing.tpl.src.php | 2+-
themes/default/templates/user/groups.tpl.src.php | 2+-
themes/default/templates/user/listing.tpl.src.php | 2+-
themes/default/templates/user/rights.tpl.src.php | 2+-
14 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/themes/default/templates/group/listing.tpl.src.php b/themes/default/templates/group/listing.tpl.src.php @@ -1,8 +1,8 @@ page window icon:group name:GLOBAL_GROUPS width:70% list list:el extract:true - row - cell class:fx + row class:data + cell link url:var:url target:cms_main image file:icon_group text var:name diff --git a/themes/default/templates/group/rights.tpl.src.php b/themes/default/templates/group/rights.tpl.src.php @@ -25,7 +25,7 @@ page text key:var:t prefix:acl_ suffix:_abbrev title:message:acl_{t} list list:rights key:aclid value:acl extract:true - row + row class:data cell if present:groupname image type:group diff --git a/themes/default/templates/group/users.tpl.src.php b/themes/default/templates/group/users.tpl.src.php @@ -1,7 +1,7 @@ page window icon:user name:GROUP_MEMBERSHIPS list list:memberships extract:true - row + row class:data cell class:fx image file:icon_user text var:name diff --git a/themes/default/templates/language/listing.tpl.src.php b/themes/default/templates/language/listing.tpl.src.php @@ -1,7 +1,7 @@ page window icon:language list list:el extract:true - row + row class:data cell class:fx link url:var:url target:cms_main image file:icon_language diff --git a/themes/default/templates/model/listing.tpl.src.php b/themes/default/templates/model/listing.tpl.src.php @@ -1,7 +1,7 @@ page window icon:group name:GLOBAL_MODELS widths:50%,25%,25% list list:el extract:true - row + row class:data cell class:fx link url:var:url target:cms_main image file:icon_model diff --git a/themes/default/templates/object/rights.tpl.src.php b/themes/default/templates/object/rights.tpl.src.php @@ -23,7 +23,7 @@ page text text:global_delete list list:acls key:aclid value:acl extract:true - row + row class:data cell if present:username image type:user diff --git a/themes/default/templates/page/el.tpl.src.php b/themes/default/templates/page/el.tpl.src.php @@ -14,7 +14,7 @@ page cell text text:GLOBAL_NOT_FOUND list list:el extract:true - row + row class:data cell link url:var:url title:var:desc image elementtype:var:type align:left diff --git a/themes/default/templates/page/form.tpl.src.php b/themes/default/templates/page/form.tpl.src.php @@ -16,7 +16,7 @@ page text text:GLOBAL_VALUE list list:el extract:true - row + row class:data cell class:fx label for:var:saveid image elementtype:var:type diff --git a/themes/default/templates/project/listing.tpl.src.php b/themes/default/templates/project/listing.tpl.src.php @@ -1,7 +1,7 @@ page window icon:project name:GLOBAL_PROJECTS width:70% list list:el extract:true - row + row class:data cell link url:var:url target:cms_main image file:icon_project diff --git a/themes/default/templates/template/el.tpl.src.php b/themes/default/templates/template/el.tpl.src.php @@ -1,7 +1,7 @@ page window name:TEMPLATE_ELEMENTS list list:el extract:true - row + row class:data cell class:fx link url:var:url title:var:desc image elementtype:var:type diff --git a/themes/default/templates/template/listing.tpl.src.php b/themes/default/templates/template/listing.tpl.src.php @@ -2,7 +2,7 @@ page window name:GLOBAL_TEMPLATES list list:templates extract:true - row + row class:data cell class:fx link url:var:url target:cms_main text var:name diff --git a/themes/default/templates/user/groups.tpl.src.php b/themes/default/templates/user/groups.tpl.src.php @@ -2,7 +2,7 @@ page form window name:USER_MEMBERSHIPS widths:5%,95% width:70% list list:memberships extract:true - row + row class:data cell checkbox name:var:var cell diff --git a/themes/default/templates/user/listing.tpl.src.php b/themes/default/templates/user/listing.tpl.src.php @@ -1,7 +1,7 @@ page window icon:user name:GLOBAL_USERS width:70% list list:el extract:true - row + row class:data cell class:fx link url:var:url target:cms_main title:desc image type:user diff --git a/themes/default/templates/user/rights.tpl.src.php b/themes/default/templates/user/rights.tpl.src.php @@ -25,7 +25,7 @@ page text key:var:t prefix:acl_ suffix:_abbrev title:message:acl_{t} list list:rights key:aclid value:acl extract:true - row + row class:data cell if present:username image type:user