openrat-cms

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

commit c514664578c961d2a74f82b25db55a4fe1c97cb9
parent a1d95c64228258614097c52eedf6d0b968f769ba
Author: dankert <devnull@localhost>
Date:   Sun, 23 Dec 2007 19:14:34 +0100

Anzeigen der Link-Eigenschaften verbessert.

Diffstat:
themes/default/templates/link/edit.tpl.src.php | 20+++++++++++---------
themes/default/templates/link/prop.tpl.src.php | 2+-
themes/default/templates/link/remove.tpl.src.php | 24------------------------
themes/default/templates/link/showprop.tpl.src.php | 44+++++++++++++++++++++++++++-----------------
4 files changed, 39 insertions(+), 51 deletions(-)

diff --git a/themes/default/templates/link/edit.tpl.src.php b/themes/default/templates/link/edit.tpl.src.php @@ -1,20 +1,22 @@ page form - window name:GLOBAL_PROP title:global_link icon:link width:90% widths:40%,60% + window name:GLOBAL_PROP title:global_link icon:link width:90% widths:5%,30%,65% row - cell class:fx + cell radio name:type value:url - cell class:fx - text text:link_url - cell class:fx + cell + label for:type_url + text text:link_url + cell input name:url row - cell class:fx + cell radio name:type value:link - cell class:fx - text text:link_target - cell class:fx + cell + label for:type_link + text text:link_target + cell selectbox list:objects name:targetobjectid row diff --git a/themes/default/templates/link/prop.tpl.src.php b/themes/default/templates/link/prop.tpl.src.php @@ -1,6 +1,6 @@ page form - window name:GLOBAL_PROP title:global_link icon:link width:90% widths:40%,60% + window name:GLOBAL_PROP title:global_link icon:link width:70% widths:40%,60% row cell diff --git a/themes/default/templates/link/remove.tpl.src.php b/themes/default/templates/link/remove.tpl.src.php @@ -1,23 +0,0 @@ -page - form method:post - - window icon:group name:GLOBAL_PROJECT - row - cell - text text:GLOBAL_NAME - cell class:fx - text var:name - row - cell - text text:GLOBAL_DELETE - cell - checkbox name:delete - row - cell colspan:2 class:help - text text:GROUP_DELETE_DESC - - row - cell colspan:2 - button type:ok - focus field:delete - - \ No newline at end of file diff --git a/themes/default/templates/link/showprop.tpl.src.php b/themes/default/templates/link/showprop.tpl.src.php @@ -1,30 +1,40 @@ page - window icon:link width:90% widths:40%,60% + window icon:link width:70% 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 + cell text text:GLOBAL_description - cell class:fx + cell text var:desc row - cell colspan:2 class:help - text raw:_ + cell colspan:2 + fieldset title:message:additional_info row - cell class:fx + cell text text:global_created - cell class:fx - date date:create_date - text raw:,_ - user user:create_user + cell + table + row + cell + image icon:el_date + date date:var:create_date + cell + image icon:user + user user:var:create_user row - cell class:fx + cell text text:global_lastchange - cell class:fx - date date:lastchange_date - text raw:,_ - user user:lastchange_user + cell + table + row + cell + image icon:el_date + date date:var:lastchange_date + cell + image icon:user + user user:var:lastchange_user