summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d56d838)
raw | patch | inline | side by side (parent: d56d838)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 10 Jul 2007 11:55:27 +0000 (11:55 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 10 Jul 2007 11:55:27 +0000 (11:55 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6805 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/scalix/class_scalixAccount.inc | patch | blob | history | |
plugins/personal/scalix/main.inc | patch | blob | history |
diff --git a/plugins/personal/scalix/class_scalixAccount.inc b/plugins/personal/scalix/class_scalixAccount.inc
index 8bffd873de8453401e61a22c105326fe8e28e33c..234a373b27fea45a67fabba0ca14792aeb9baaa8 100644 (file)
var $plHeadline = "Scalix";
var $plDescription= "This does something";
- /* CLI vars */
- var $cli_summary = "Manage users scalix account";
- var $cli_description= "Some longer text\nfor help";
- var $cli_parameters = array("eins" => "Eins ist toll", "zwei" => "Zwei ist noch besser");
-
/* plugin specific values - scalixUserClass */
/* MUST */
var $scalixScalixObject= TRUE; //TRUE or FALSE
index d1b9e7b3d9e405355f9bd6c12caf3125278bcc30..c5db32903a86910cbdafaff7fcfac5048defbfaa 100644 (file)
$info= "";
/* Page header*/
- $display= print_header(get_template_path('images/scalix.png'), _("User scalixsettings"), $info).$display;
+ $display= print_header(get_template_path('images/scalix.png'), _("Scalix settings"), $info).$display;
}