openrat-cms

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

commit 2c7aa03d549f78bac48eaed277078df96a35efdc
parent add828afc5438e30c01a656a9607841588c96628
Author: dankert <devnull@localhost>
Date:   Sun, 29 Jan 2006 19:59:05 +0100

Element "page" benutzen.

Diffstat:
themes/default/templates/object/rights.tpl.src.php | 2--
themes/default/templates/page/el.tpl.src.php | 66++++++++++++++++++++++++++++++++----------------------------------
2 files changed, 32 insertions(+), 36 deletions(-)

diff --git a/themes/default/templates/object/rights.tpl.src.php b/themes/default/templates/object/rights.tpl.src.php @@ -61,4 +61,3 @@ RAW <?php } ?> END -insert file:footer- \ No newline at end of file diff --git a/themes/default/templates/page/el.tpl.src.php b/themes/default/templates/page/el.tpl.src.php @@ -1,37 +1,36 @@ -insert file:header +page -window name:x title:TEMPLATE_ELEMENTS widths:30%,50%,20% - if empty:el invert:true - row - cell class:help - text text:PAGE_ELEMENT_NAME - cell class:help - text text:PAGE_ELEMENT_VALUE - cell class:help - text text:GLOBAL_ARCHIVE - if empty:el + window name:x title:TEMPLATE_ELEMENTS widths:30%,50%,20% + if empty:el invert:true + row + cell class:help + text text:PAGE_ELEMENT_NAME + cell class:help + text text:PAGE_ELEMENT_VALUE + cell class:help + text text:GLOBAL_ARCHIVE + if empty:el + row + cell + text text:GLOBAL_NOT_FOUND + list list:el extract:true + row + cell class:fx + link url:url title:desc + image elementtype:type align:left + text var:name + cell class:fx + text var:value + text raw:_ + cell class:fx + link url:archive_url + text text:GLOBAL_ARCHIVE + text raw:_( + text var:archive_count + text raw:) row - cell - text text:GLOBAL_NOT_FOUND - list list:el extract:true + cell class:help colspan:3 + text text:PAGE_ELEMENTS_DESC row - cell class:fx - link url:url title:desc - image elementtype:type align:left - text var:name - cell class:fx - text var:value + cell colspan:3 text raw:_ - cell class:fx - link url:archive_url - text text:GLOBAL_ARCHIVE - text raw:_( - text var:archive_count - text raw:) - row - cell class:help colspan:3 - text text:PAGE_ELEMENTS_DESC - row - cell colspan:3 - text raw:_ -insert file:footer- \ No newline at end of file