From 599f6d035e4cee36024f078a43e3b8ca3b78730c Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 21 Apr 2010 14:15:08 +0000 Subject: [PATCH] Updated styles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17778 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/default/style.css | 21 +++++++++++++++++ gosa-core/include/class_pathNavigator.inc | 1 + gosa-core/include/php_setup.inc | 28 +++++++++-------------- 3 files changed, 33 insertions(+), 17 deletions(-) diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index 59d5ade68..17ac0e5cd 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -100,6 +100,27 @@ h1, h3 { color:red; } + +/* Error collector */ +.error-collector { + border-bottom:1px solid black; + width:100%; + z-index:150; + padding:2px; + height:32px; + background-color:#FFC0C0; +} + +.error-collector span { + font-size:12px; + font-weight:bold; +} + +.error-collector td { + vertical-align:middle; +} + + /* Image with migration color */ input[type=submit].img{ diff --git a/gosa-core/include/class_pathNavigator.inc b/gosa-core/include/class_pathNavigator.inc index 645626f23..a7af83ec2 100644 --- a/gosa-core/include/class_pathNavigator.inc +++ b/gosa-core/include/class_pathNavigator.inc @@ -67,6 +67,7 @@ class pathNavigator if(empty($path)){ $path = "
  • "._("Welcome to GOsa")."
  • "; } + return($path); } diff --git a/gosa-core/include/php_setup.inc b/gosa-core/include/php_setup.inc index 822898203..2a4556f45 100644 --- a/gosa-core/include/php_setup.inc +++ b/gosa-core/include/php_setup.inc @@ -94,24 +94,18 @@ function gosaRaiseError($errno, $errstr, $errfile, $errline) if (session::is_set('js') && session::get('js')==FALSE){ $error_collector= "
    "; } else { - $error_collector= " - + $error_collector= " +
    - - - + + +
    - \"\"  - ". - _("Generating this page caused the PHP interpreter to raise some errors!")." - - - -  "._("Send bugreport")." - - - + ".image('images/toolbar-warning.png').""._("Generating this page caused the PHP interpreter to raise some errors!")." + + ".image('images/mailto.png')." "._("Send bugreport")." + + +
    -- 2.30.2