openrat-cms

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

commit 313679fa60ad659cf8d8a151ef316a030427abc1
parent 448c6524885a3dd0b7d5e5365a3e27820b8ca93e
Author: dankert <devnull@localhost>
Date:   Mon, 21 May 2007 23:41:36 +0200

Im Eigenschaften-Dialog die Felder "Name", "Dateiname", "Beschreibung" mit CSS-Klassen versehen.

Diffstat:
themes/default/templates/file/prop.tpl.src.php | 2+-
themes/default/templates/folder/prop.tpl.src.php | 18+++++++++---------
themes/default/templates/link/prop.tpl.src.php | 12++++++------
themes/default/templates/page/prop.tpl.src.php | 18+++++++++---------
4 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/themes/default/templates/file/prop.tpl.src.php b/themes/default/templates/file/prop.tpl.src.php @@ -1,6 +1,6 @@ page form - window icon:folder widths:50%,50% rowclasses:f1,f2 columnclasses:f1,f2 + window icon:folder widths:50%,50% row cell text text:global_name diff --git a/themes/default/templates/folder/prop.tpl.src.php b/themes/default/templates/folder/prop.tpl.src.php @@ -3,20 +3,20 @@ page form window name:objectName title:global_prop icon:folder widths:50%,50% width:90% row - cell class:fx + cell text text:global_name - cell class:fx - input name:name size:50 + cell + input name:name size:50 class:name row - cell class:fx + cell text text:global_filename - cell class:fx - input name:filename + cell + input name:filename class:filename row - cell class:fx + cell text text:global_description - cell class:fx - inputarea name:description + cell + inputarea name:description class:description row cell colspan:2 button type:ok diff --git a/themes/default/templates/link/prop.tpl.src.php b/themes/default/templates/link/prop.tpl.src.php @@ -3,15 +3,15 @@ page window name:GLOBAL_PROP title:global_link icon:link width:90% widths:40%,60% row - cell class:fx + cell text text:GLOBAL_name - cell class:fx - input name:name + cell + input name:name class:name row - cell class:fx + cell text text:GLOBAL_description - cell class:fx - inputarea name:description + cell + inputarea name:description class:description row cell colspan:2 class:act diff --git a/themes/default/templates/page/prop.tpl.src.php b/themes/default/templates/page/prop.tpl.src.php @@ -3,20 +3,20 @@ page form window icon:page widths:50%,50% row - cell class:fx + cell text text:global_name - cell class:fx - input name:name size:50 + cell + input name:name size:50 class:name row - cell class:fx + cell text text:global_filename - cell class:fx - input name:filename + cell + input name:filename class:filename row - cell class:fx + cell text text:global_description - cell class:fx - inputarea name:description + cell + inputarea name:description class:description row cell colspan:2 button type:ok