summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 44c40be)
raw | patch | inline | side by side (parent: 44c40be)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 17 Oct 2008 06:27:10 +0000 (06:27 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 17 Oct 2008 06:27:10 +0000 (06:27 +0000) |
- Added flag to be able to identify activated "New Devices" after they were saved.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12724 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12724 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/tabs_terminal.inc | patch | blob | history | |
gosa-plugins/goto/admin/systems/goto/tabs_workstation.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/tabs_terminal.inc b/gosa-plugins/goto/admin/systems/goto/tabs_terminal.inc
index fbf62904c030f28c1b0317cc17cab8affd0de3ea..86bee8ac0d111d0cc4517b4666f2052b280ed4b6 100644 (file)
class termtabs extends tabs
{
+ public $was_activated = FALSE;
function termtabs($config, $data, $dn, $category)
{
diff --git a/gosa-plugins/goto/admin/systems/goto/tabs_workstation.inc b/gosa-plugins/goto/admin/systems/goto/tabs_workstation.inc
index 2ee5799846210c3feb0a5cc9a3988e4cebb446b7..517ed4bcf2f68d5e1dd019379ccbc3b89ee9623c 100644 (file)
class worktabs extends tabs
{
+ public $was_activated = FALSE;
+
function worktabs($config, $data, $dn,$category)
{