openrat-cms

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

commit 08393a99e24617b7ba2493651ac7863fadd12a7e
parent 7c0ce7e6b295b7e01921a81d5a1d318791010fc3
Author: dankert <devnull@localhost>
Date:   Sun,  1 Mar 2009 02:42:41 +0100

Korrektur Ausgabe Textvariablen.

Diffstat:
themes/default/templates/folder/show.tpl.src.php | 2+-
themes/default/templates/template/el.tpl.src.php | 6+++---
themes/default/templates/template/name.tpl.src.php | 8++++----
3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/themes/default/templates/folder/show.tpl.src.php b/themes/default/templates/folder/show.tpl.src.php @@ -17,7 +17,7 @@ page class:main list list:object extract:true row cell class:fx - link url:var:url target:cms_main title:desc + link url:var:url target:cms_main title:var:desc class:var:class image type:var:icon text var:name text raw:_ diff --git a/themes/default/templates/template/el.tpl.src.php b/themes/default/templates/template/el.tpl.src.php @@ -5,11 +5,11 @@ page cell class:fx link url:var:url title:var:desc image elementtype:var:type - text text:var:name + text var:name cell class:fx text key:var:type prefix:EL_ if empty:el row cell colspan:2 class:fx - text text:message:GLOBAL_NOT_FOUND- \ No newline at end of file + text key:GLOBAL_NOT_FOUND+ \ No newline at end of file diff --git a/themes/default/templates/template/name.tpl.src.php b/themes/default/templates/template/name.tpl.src.php @@ -11,16 +11,16 @@ page fieldset row cell - text text:message:file_extension + text key:file_extension cell link action:template subaction:extension - text text:var:extension + text var:extension row cell - text text:message:file_mimetype + text key:file_mimetype cell link action:template subaction:extension - text text:var:mime_type + text var:mime_type row cell colspan:2 class:act button type:ok