openrat-cms

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

commit a806ec736e772f8b860ca47833537dcc803c4e7b
parent c514664578c961d2a74f82b25db55a4fe1c97cb9
Author: dankert <devnull@localhost>
Date:   Sun, 23 Dec 2007 19:47:40 +0100

Anzeige der Id auf der Informationsseite.

Diffstat:
themes/default/templates/file/showprop.tpl.src.php | 67+++++++++++++++++++++++++++++++++++++------------------------------
themes/default/templates/folder/showprop.tpl.src.php | 8++++++++
themes/default/templates/link/showprop.tpl.src.php | 10+++++++++-
themes/default/templates/page/prop.tpl.src.php | 4++--
themes/default/templates/page/showprop.tpl.src.php | 84++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------
5 files changed, 107 insertions(+), 66 deletions(-)

diff --git a/themes/default/templates/file/showprop.tpl.src.php b/themes/default/templates/file/showprop.tpl.src.php @@ -18,45 +18,23 @@ page text var:full_filename row cell colspan:2 - fieldset title:message:prop_userinfo - row - cell - text text:global_created - cell - table - row - cell - image icon:el_date - date date:var:create_date - cell - image icon:user - user user:var:create_user - row - cell - text text:global_lastchange - cell - table - row - cell - image icon:el_date - date date:var:lastchange_date - cell - image icon:user - user user:var:lastchange_user - row - cell colspan:2 - fieldset title:message:additional_info + fieldset title:message:additional_info row cell text text:FILE_SIZE - cell + cell text var:size row - cell + cell text text:FILE_mimetype cell class:filename text var:mimetype + row + cell + text text:message:id + cell + text text:var:objectid row cell text text:CACHE_FILENAME @@ -80,3 +58,31 @@ page newline if empty:pages text text:GLOBAL_NOT_FOUND + row + cell colspan:2 + fieldset title:message:prop_userinfo + row + cell + text text:global_created + cell + table + row + cell + image icon:el_date + date date:var:create_date + cell + image icon:user + user user:var:create_user + row + cell + text text:global_lastchange + cell + table + row + cell + image icon:el_date + date date:var:lastchange_date + cell + image icon:user + user user:var:lastchange_user + + \ No newline at end of file diff --git a/themes/default/templates/folder/showprop.tpl.src.php b/themes/default/templates/folder/showprop.tpl.src.php @@ -17,6 +17,14 @@ page cell colspan:2 class:filename text var:full_filename row + cell colspan:2 + fieldset title:message:additional_info + row + cell + text key:id + cell + text var:objectid + row cell colspan:3 fieldset title:message:PROP_USERINFO row diff --git a/themes/default/templates/link/showprop.tpl.src.php b/themes/default/templates/link/showprop.tpl.src.php @@ -10,12 +10,20 @@ page cell text text:GLOBAL_description cell - text var:desc + text var:description row cell colspan:2 fieldset title:message:additional_info row cell + text key:id + cell + text var:objectid + row + cell colspan:2 + fieldset title:message:prop_userinfo + row + cell text text:global_created cell table diff --git a/themes/default/templates/page/prop.tpl.src.php b/themes/default/templates/page/prop.tpl.src.php @@ -1,7 +1,7 @@ page form - window icon:page widths:50%,50% + window icon:page widths:40%,60% row cell text text:global_name @@ -18,6 +18,6 @@ page cell inputarea name:description class:description row - cell colspan:2 + cell colspan:2 class:act button type:ok focus field:name \ No newline at end of file diff --git a/themes/default/templates/page/showprop.tpl.src.php b/themes/default/templates/page/showprop.tpl.src.php @@ -1,25 +1,28 @@ page - window icon:folder widths:50%,50% + window icon:folder widths:40%,60% row - cell class:fx + cell text text:global_name - cell class:fx + cell class:name text var:name row - cell class:fx - text text:global_filename - cell class:fx - text var:filename + cell + text text:message:global_description + cell + text text:var:description + row + cell + text text:global_full_filename + cell class:filename + text var:full_filename row - cell class:fx - text text:global_description - cell class:fx - text var:description + cell colspan:2 + fieldset title:message:additional_info row - cell class:fx + cell text text:global_template - cell class:fx + cell if present:template_url link url:var:template_url target:cms_main image file:icon_template @@ -28,26 +31,40 @@ page image file:icon_template text var:template_name row - cell class:fx - text text:global_full_filename - cell class:fx - text var:full_filename - row cell text key:FILE_MIMETYPE - cell - text var:mime_type - row - cell class:fx - text text:global_created - cell class:fx - date date:create_date - text raw:,_ - user user:create_user + cell class:filename + text var:mime_type row - cell class:fx - text text:global_lastchange - cell class:fx - date date:lastchange_date - text raw:,_ - user user:lastchange_user + cell + text key:id + cell + text var:objectid + row + cell colspan:2 + fieldset title:message:prop_userinfo + row + cell + text text:global_created + cell + table + row + cell + image icon:el_date + date date:var:create_date + cell + image icon:user + user user:var:create_user + row + cell + text text:global_lastchange + cell + table + row + cell + image icon:el_date + date date:var:lastchange_date + cell + image icon:user + user user:var:lastchange_user + + \ No newline at end of file