summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0737373)
raw | patch | inline | side by side (parent: 0737373)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 10 Jul 2007 11:52:10 +0000 (11:52 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 10 Jul 2007 11:52:10 +0000 (11:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6804 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 5cf32ad70cc61445b83ebff31ca23b0b73ad2872..c47522a72da5077730bea5a26251152bf234a9fa 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 f7c6aa6db888cb447b7e55594c8ba9768808e836..c5588e9e0c8a66490de9e1ff2bafdf946376ae64 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;
}