summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ac4b89f)
raw | patch | inline | side by side (parent: ac4b89f)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 3 Apr 2008 14:35:59 +0000 (14:35 +0000) | ||
committer | cajus <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 | patch | blob | history | |
gosa-plugins/goto/addons/goto/main.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/class_gotomasses.inc b/gosa-plugins/goto/addons/goto/class_gotomasses.inc
index 7cf0a70b3c33f540805be4a93d0600e8062792d0..c26d57f3000286edcd03c7942b59333e650f36ab 100644 (file)
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)
$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);