Code

Updated header
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Apr 2008 14:35:59 +0000 (14:35 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Apr 2008 14:35:59 +0000 (14:35 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10171 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/goto/class_gotomasses.inc
gosa-plugins/goto/addons/goto/main.inc

index 7cf0a70b3c33f540805be4a93d0600e8062792d0..c26d57f3000286edcd03c7942b59333e650f36ab 100644 (file)
@@ -23,8 +23,8 @@
 class gotomasses extends plugin
 {
   /* Definitions */
-  var $plHeadline     = "System deployment";
-  var $plDescription  = "This does something";
+  var $plHeadline     = "Deployment status";
+  var $plDescription  = "System deployment status";
 
   /* attribute list for save action */
   var $attributes= array();
index 8c6bd8088157804544513dfa70d0899121d4cc17..2d4e272a2d505b13518ca2952930a0e79b8adf46 100644 (file)
@@ -49,7 +49,7 @@ if (!$remove_lock){
        $display= $gotomasses->execute ();
 
        /* Page header*/
-       $display= print_header(get_template_path('images/system.png'), _("System deployment")).$display;
+       $display= print_header(get_template_path('images/system.png'), _("System deployment status")).$display;
 
        /* Store changes  in session */
        session::set('gotomasses',$gotomasses);