openrat-cms

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

commit 21c11924132969348c16c22b967020f131713f3c
parent e78bc228487977cf07cb709b95c995f63e6597b5
Author: dankert <devnull@localhost>
Date:   Sun, 21 Jan 2007 23:23:19 +0100

Objekte direkt in "Bearbeiten" ?ffnen.

Diffstat:
themes/default/templates/model/listing.tpl.src.php | 6+++---
themes/default/templates/project/listing.tpl.src.php | 12++++++------
themes/default/templates/user/edit.tpl.src.php | 2+-
themes/default/templates/user/listing.tpl.src.php | 10+++++-----
4 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/themes/default/templates/model/listing.tpl.src.php b/themes/default/templates/model/listing.tpl.src.php @@ -3,14 +3,14 @@ page list list:el extract:true row cell class:fx - link url:url target:cms_main + link url:var:url target:cms_main image file:icon_model text var:name cell class:fx - link url:default_url target:cms_main + link url:var:default_url target:cms_main image file:icon_model text text:GLOBAL_make_default cell class:fx - link url:select_url target:cms_main + link url:var:select_url target:config:interface/frame/top image file:icon_model text text:GLOBAL_selected diff --git a/themes/default/templates/project/listing.tpl.src.php b/themes/default/templates/project/listing.tpl.src.php @@ -2,10 +2,10 @@ page window icon:project name:GLOBAL_PROJECTS list list:el extract:true row - cell class:fx - link url:url target:cms_main + cell + link url:var:url target:cms_main image file:icon_project - text var:name - cell class:fx - link url:use_url target:_top - text text:GLOBAL_SELECT + text value:var:name + cell + link url:var:use_url target:config:interface/frames/top + text value:message:GLOBAL_SELECT diff --git a/themes/default/templates/user/edit.tpl.src.php b/themes/default/templates/user/edit.tpl.src.php @@ -28,7 +28,7 @@ page input name:tel size: row cell class:fx - text text:user_ldap_dn + text text:user_ldapdn cell class:fx input name:ldap_dn size: row diff --git a/themes/default/templates/user/listing.tpl.src.php b/themes/default/templates/user/listing.tpl.src.php @@ -3,12 +3,12 @@ page list list:el extract:true row cell class:fx - link url:url target:cms_main title:desc - image type:icon_user + link url:var:url target:cms_main title:desc + image type:user text var:name cell class:fx - text var:fullname - if true:isAdmin + text value:var:fullname + if true:var:isAdmin text raw:_( - text text:USER_ADMIN + text key:USER_ADMIN text raw:)