openrat-cms

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

commit a944b5499c85b8c7c4741475de6c01628ce93688
parent 72cd87040410bd17789eeeb4983a74a020d405c0
Author: dankert <devnull@localhost>
Date:   Sat, 26 Sep 2009 01:29:13 +0200

Bessere Anzeige von Zwischenüberschriften, besser Darstellung des Dialogfensters.

Diffstat:
themes/default/css/default.css | 28+++++++++++++++++++++++-----
themes/default/include/html/window.inc.php | 2+-
themes/default/templates/folder/order.tpl.src.php | 18+++++++++---------
themes/default/templates/folder/select.tpl.src.php | 8++++----
themes/default/templates/folder/show.tpl.src.php | 8++++----
themes/default/templates/object/rights.tpl.src.php | 11+++++++----
6 files changed, 48 insertions(+), 27 deletions(-)

diff --git a/themes/default/css/default.css b/themes/default/css/default.css @@ -404,6 +404,24 @@ textarea } +/* Das Hauptfenster für alle Dialoge */ +td.window +{ + border: 0px solid black; + padding:0px; + margin:0px; + +} +tr td.help +{ + font-style: italic; +} +tr.headline td.help +{ + border-bottom:1px solid black; + font-style: normal; +} + td.logo { background-color:#eae2c6; @@ -546,13 +564,13 @@ table.calendar td #border-bottom: 1px solid black; } -table.main td.help +table.main td.help span { - /* + padding:10px; - margin:40px; - border: dotted grey 2px; - */ + xmargin:40px; + xborder: solid grey 1px; + text-align:center; color:black; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; diff --git a/themes/default/include/html/window.inc.php b/themes/default/include/html/window.inc.php @@ -134,7 +134,7 @@ <tr> - <td> + <td class="window"> <table cellspacing="0" width="100%" cellpadding="4"> diff --git a/themes/default/templates/folder/order.tpl.src.php b/themes/default/templates/folder/order.tpl.src.php @@ -4,19 +4,19 @@ page cell colspan:7 class:help text text:GLOBAL_FOLDER_DESC - row + row class:headline cell class:help colspan:4 - link url:var:flip_url title:FOLDER_FLIP - text text:FOLDER_ORDER + link url:var:flip_url title:message:FOLDER_FLIP + text key:FOLDER_ORDER cell class:help - link url:var:orderbytype_url title:FOLDER_ORDERBYTYPE - text text:GLOBAL_TYPE + link url:var:orderbytype_url title:message:FOLDER_ORDERBYTYPE + text key:GLOBAL_TYPE text raw:_/_ - link url:var:orderbyname_url title:FOLDER_ORDERBYNAME - text text:GLOBAL_NAME + link url:var:orderbyname_url title:message:FOLDER_ORDERBYNAME + text key:GLOBAL_NAME cell class:help - link url:var:orderbylastchange_url title:FOLDER_ORDERBYLASTCHANGE - text text:GLOBAL_LASTCHANGE + link url:var:orderbylastchange_url title:message:FOLDER_ORDERBYLASTCHANGE + text key:GLOBAL_LASTCHANGE list list:object extract:true row class:data diff --git a/themes/default/templates/folder/select.tpl.src.php b/themes/default/templates/folder/select.tpl.src.php @@ -1,13 +1,13 @@ page form action:folder subaction:edit window name:bla title:titelso widths:5%,75% - row + row class:headline cell class:help - text raw:_ + text key:SELECT cell class:help - text text:GLOBAL_TYPE + text key:GLOBAL_TYPE text raw:_/_ - text text:GLOBAL_NAME + text key:GLOBAL_NAME list list:object extract:true row class:data diff --git a/themes/default/templates/folder/show.tpl.src.php b/themes/default/templates/folder/show.tpl.src.php @@ -6,13 +6,13 @@ page class:main link url:var:up_url target:cms_main image type:folder text raw:__.._____________ - row + row class:headline cell class:help - text text:GLOBAL_TYPE + text key:GLOBAL_TYPE text raw:_/_ - text text:GLOBAL_NAME + text key:GLOBAL_NAME cell class:help - text text:GLOBAL_LASTCHANGE + text key:GLOBAL_LASTCHANGE list list:object extract:true row class:data diff --git a/themes/default/templates/object/rights.tpl.src.php b/themes/default/templates/object/rights.tpl.src.php @@ -8,11 +8,11 @@ page cell text text:GLOBAL_NOT_FOUND if not:true empty:acls - row + row class:headline cell class:help - text text:GLOBAL_NAME + text key:GLOBAL_NAME cell class:help - text text:GLOBAL_LANGUAGE + text key:GLOBAL_LANGUAGE list list:show value:t cell class:help @@ -20,7 +20,7 @@ page cell class:help if true:mode:edit - text text:global_delete + text key:global_delete list list:acls key:aclid value:acl extract:true row class:data @@ -51,6 +51,9 @@ page if value:var:type equals:folder row cell colspan:15 + fieldset title:message:options + row + cell colspan:15 set var:inherit value:1 input type:checkbox name:inherit label for:inherit