Code

Updated disabled divlist entry color,
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 27 Sep 2006 03:54:49 +0000 (03:54 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 27 Sep 2006 03:54:49 +0000 (03:54 +0000)
Fixes some service name - priority

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4787 594d385d-05f5-0310-b6e9-bd551577e9d8

html/themes/default/style.css
plugins/admin/systems/class_goCupsServer.inc
plugins/admin/systems/class_goFaxServer.inc

index 3fa1880d84c03fcf867d77d0940f572bbf4c1024..eeeb361b208c4b9a29a21e15617504c0471d3074 100644 (file)
@@ -156,7 +156,7 @@ td.list1nohighlight {
        height:22px;
 }
 td.list1nohighlightdisabled {
-       background-color:#EBEBEB;;
+       background-color:#DFDBD7;
        border-right:1px solid #C0C0C0;
        padding:3px;
        height:22px;
index c5815b6e5c99b7744e43f02e4802552541edae17..5d7ad0f64bdd12d319aca16ac1ee9401be595f4c 100644 (file)
@@ -61,10 +61,10 @@ class goCupsServer extends goService{
   {
     return (array(
           "plShortName"   => _("Cups"),
-          "plDescription" => _("Cups service"),
+          "plDescription" => _("Print service")." ("._("Services").")",
           "plSelfModify"  => FALSE,
           "plDepends"     => array(),
-          "plPriority"    => 0,
+          "plPriority"    => 100,
           "plSection"     => array("administration"),
           "plCategory"    => array("server"),
 
index 186dd5ffd4d5c1928f0d431f407875ae48b07a36..1a9347154aaeb2eb5567fa17fd7b25cc527d6d5b 100644 (file)
@@ -28,7 +28,7 @@ class goFaxServer extends goService {
   function goFaxServer($config,$dn)
   {
     plugin::plugin($config,$dn);
-    $this->DisplayName = _("FAX service");
+    $this->DisplayName = _("FAX database");
   }
 
 
@@ -81,11 +81,11 @@ class goFaxServer extends goService {
   function plInfo()
   {
     return (array(
-          "plShortName"   => _("Fax server"),
-          "plDescription" => _("Fax server service"),
+          "plShortName"   => _("Fax database"),
+          "plDescription" => _("Fax database")." ("._("Services").")",
           "plSelfModify"  => FALSE,
           "plDepends"     => array(),
-          "plPriority"    => 0,
+          "plPriority"    => 99,
           "plSection"     => array("administration"),
           "plCategory"    => array("server"),