summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7339b93)
raw | patch | inline | side by side (parent: 7339b93)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 18 Jan 2010 12:15:18 +0000 (12:15 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 18 Jan 2010 12:15:18 +0000 (12:15 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15175 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/fai/class_faiManagement.inc | patch | blob | history | |
gosa-plugins/fai/admin/fai/fai-list.xml | patch | blob | history |
diff --git a/gosa-plugins/fai/admin/fai/class_faiManagement.inc b/gosa-plugins/fai/admin/fai/class_faiManagement.inc
index 3906a931e56ab40170b285033be6512f623f38f9..7b973b5e437174958e6399f7e002b4297262f410 100644 (file)
* This code is part of GOsa (http://www.gosa-project.org)
* Copyright (C) 2003-2008 GONICUS GmbH
*
- * ID: $$Id: class_roleManagement.inc 14742 2009-11-04 13:18:33Z hickert $$
+ * ID: $$Id: class_faiManagement.inc 14742 2009-11-04 13:18:33Z hickert $$
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
var $plIcon = "plugins/fai/images/plugin.png";
// Tab definition
- protected $tabClass = "roletabs";
- protected $tabType = "ROLETABS";
- protected $aclCategory = "roles";
- protected $aclPlugin = "role";
- protected $objectName = "role";
+ protected $tabClass = "";
+ protected $tabType = "";
+ protected $aclCategory = "";
+ protected $aclPlugin = "";
+ protected $objectName = "FAI object";
// Attributes Managed by this plugin can be used in post events
protected $attributes = array("lock_type","lock_name","lock_dn");
$this->registerAction("saveBranch","saveBranch");
$this->registerAction("PerformBranch","PerformBranch");
- parent::__construct($config, $ui, "roles", $headpage);
+ parent::__construct($config, $ui, "FAI object", $headpage);
}
index 12743bf0b30c2ea08d19b4ba4e4ed2e5911aa347..6bc872f72a22361cb5f1a8751d88c14142b945c5 100644 (file)
<type>entry</type>
<objectclass>FAKE_OC_IsBranch</objectclass>
<image>images/lists/trash.png</image>
- <label>Remove role</label>
+ <label>Remove</label>
</action>
</actiontriggers>