openrat-cms

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

commit 2dfaabb86ffb60e9365d02c34f31c286c9aa8aca
parent 2d7b05b9a787d0e17365aca406b3da317f08a248
Author: dankert <devnull@localhost>
Date:   Sun, 22 Mar 2009 22:55:15 +0100

Subaction "showprop" entfernt, da in "prop" mit aufgegangen.

Diffstat:
themes/default/templates/folder/showprop.tpl.src.php | 48------------------------------------------------
1 file changed, 0 insertions(+), 48 deletions(-)

diff --git a/themes/default/templates/folder/showprop.tpl.src.php b/themes/default/templates/folder/showprop.tpl.src.php @@ -1,48 +0,0 @@ -page - - window name:objectName title:global_prop icon:folder widths:40%,20%,30% width:70% - row - cell - text text:global_name - cell colspan:2 class:name - text var:name - row - cell - text text:global_description - cell colspan:2 - text var:description - row - cell - text key:FULL_FILENAME - 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 - cell - text text:global_created - 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 - image icon:el_date - date date:var:lastchange_date - cell - image icon:user - user user:var:lastchange_user -