From: cajus Date: Wed, 3 Mar 2010 16:41:48 +0000 (+0000) Subject: Updated styles X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=932bd781142dc00815fcc98a5300f04f9a9d4d49;p=gosa.git Updated styles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16001 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index 7015f5c10..06c6a0ee8 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -226,6 +226,12 @@ div.plugin-area { text-align:right; } +.plugin-disable-header { + border-bottom:1px solid #DDD; +} + +.plugin-enable-header { +} /* Plugin navigation bar */ @@ -450,33 +456,7 @@ button:focus, .button:active { } -/* Containers */ - -div.horizontal-container { - width:100%; - margin:0; - padding:0; - height:100%; - clear:both; -} - -div.container { - float:left; - height:100%; - margin-right:-1px; - border-right:1px solid #CCC; -} - -div.last-container { - float:left; - height:100%; -} - -div.padder { - padding:4px; - height:100%; - width:100%; -} +/* Cleaner */ .clear-left{ clear:left; diff --git a/gosa-core/include/class_plugin.inc b/gosa-core/include/class_plugin.inc index be28572cd..333ae0a7e 100644 --- a/gosa-core/include/class_plugin.inc +++ b/gosa-core/include/class_plugin.inc @@ -588,9 +588,10 @@ class plugin } else { $state= ""; } - $display= "\n

$text

\n"; - $display.= "

 

"; + $display = "
\n"; + $display.= "

$text

\n"; + $display.= "\n"; + $display.= "
\n"; return($display); } @@ -604,29 +605,14 @@ class plugin } else { $state= ""; } - $display = "

$text
\n"; - $display.= "

"; + $display = "
\n"; + $display.= "

$text

\n"; + $display.= "\n"; + $display.= "
\n"; return($display); } - /*! \brief Show header message for tab dialogs */ - function show_header($button_text, $text, $disabled= FALSE) - { - echo "FIXME: show_header should be replaced by show_disable_header and show_enable_header
"; - if ($disabled == TRUE){ - $state= "disabled"; - } else { - $state= ""; - } - $display= "\n

$text

\n"; - $display.= "acl_is_createable()?'':'disabled')." ".$state. - ">

 

"; - - return($display); - } - /* Create unique DN */ function create_unique_dn2($data, $base)