Code

New naming convention
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Apr 2008 14:06:20 +0000 (14:06 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Apr 2008 14:06:20 +0000 (14:06 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10165 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/fai/class_divListFai.inc
gosa-plugins/fai/admin/fai/class_faiManagement.inc

index f23f8a7d4b2135e764c01b44f3edc355e0906fb2..19345338c8a1fe5cf33183d1e40282d20a1ebacc 100644 (file)
@@ -40,8 +40,8 @@ class divListFai extends MultiSelectWindow
     $this->selectedBase  = session::get('CurrentMainBase');
 
     /* Set list strings */
-    $this->SetTitle(_("List of FAI classes"));
-    $this->SetSummary(_("This table displays all FAI classes in the selected tree."));
+    $this->SetTitle(_("List of classes"));
+    $this->SetSummary(_("List of deployment classes and packages"));
 
     /* Result page will look like a headpage */
     $this->SetHeadpageMode();
@@ -65,7 +65,7 @@ class divListFai extends MultiSelectWindow
     /* set Page header */
     $this->AddHeader(array("string"=> $chk,          "attach"=>"style='width:20px;'"));
     $this->AddHeader(array("string" => "&nbsp;",                "attach" => "style='text-align:center;width:20px;'"));
-    $this->AddHeader(array("string" => _("Name of FAI class"),  "attach" => "style=''"));
+    $this->AddHeader(array("string" => _("Class name"),  "attach" => "style=''"));
     $this->AddHeader(array("string" => _("Class type"),         "attach" => "style='width:200px;'"));
     $this->AddHeader(array("string" => _("Actions"),            "attach" => "style='width:".$action_col_size."px;border-right:0px;text-align:right;'"));
 
index 451f6d0e06bf8c2f4f23fc9b96282d71b51b7a00..958f2696792f0695467fe29eee4c4bf712a6c92f 100644 (file)
@@ -22,8 +22,8 @@
 class faiManagement extends plugin
 {
        /* Definitions */
-       var $plHeadline                 = "FAI";
-       var $plDescription              = "Fully Automatic Installation - management";
+  var $plHeadline     = "Software deployment";
+  var $plDescription    = "Manage software packages and deployment reciepes";
 
        /* Headpage attributes */
   var $lock_type    = "";    // should be branch/freeze