summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3082209)
raw | patch | inline | side by side (parent: 3082209)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 3 Nov 2005 09:24:15 +0000 (09:24 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 3 Nov 2005 09:24:15 +0000 (09:24 +0000) |
Removed double execute in references tab
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1807 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1807 594d385d-05f5-0310-b6e9-bd551577e9d8
95 files changed:
diff --git a/plugins/addons/addressbook/class_addressbook.inc b/plugins/addons/addressbook/class_addressbook.inc
index 9905921c39874e146ff2b66d9035c249f3d930c1..5d5a24a9b85ce5c3e280a69e06ffd8a2d046f28e 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
$smarty= get_smarty();
#! Hickert
diff --git a/plugins/addons/ldapmanager/class_csvimport.inc b/plugins/addons/ldapmanager/class_csvimport.inc
index 58bceb52792344a262e7e9db7cb714d64ffb5935..d9896c84e0f8c6d0b87253e3bc8a18dc1291e8d9 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* initiate smarty */
$smarty= get_smarty();
$smarty->assign("sorted",0);
diff --git a/plugins/addons/ldapmanager/class_export.inc b/plugins/addons/ldapmanager/class_export.inc
index 26e9a725cf5fac8e6fdf82149b807e6366ff1f77..4ae91fadb04b570f48d76f2ad7d750e2d2b1530c 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Set government mode */
$smarty= get_smarty();
diff --git a/plugins/addons/ldapmanager/class_exportxls.inc b/plugins/addons/ldapmanager/class_exportxls.inc
index efacc7efde34d445d7e03301c203f485a445e6fe..7e6e409e128a6fa662af170a2c1be6dff0266409 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Set government mode */
$smarty= get_smarty();
diff --git a/plugins/addons/ldapmanager/class_import.inc b/plugins/addons/ldapmanager/class_import.inc
index 28557eca153a62724d2a7717c75a614306826eed..2f09c76e7b4d010e54d507ad4dbd38cb123fe29e 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Set government mode */
$smarty= get_smarty();
index 755b84955296fbd5dfb7ac837db8376e43365b3e..51b8ec65f539da1ea707cc694a059d3f57cc4080 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Show main page */
return ($this->ldif->execute());
}
index ab0f67dda4c5aac9aeede72ae79880def0a82bef..d716acf479998f5b5ca21073ec75fe6d917e7414 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Ignore if not defined */
if (!isset($this->config->data['SERVERS']['LOG'])){
return;
diff --git a/plugins/admin/applications/class_applicationGeneric.inc b/plugins/admin/applications/class_applicationGeneric.inc
index 9c4156f361677a0f73b8335f3ecab05fd59c5b27..35df4fe33b3f302c893b02e8d27dd9df91494e32 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Do we represent a valid group? */
if (!$this->is_account && $this->parent == NULL){
$display= "<img alt=\"\" src=\"images/stop.png\" align=\"middle\"> <b>".
diff --git a/plugins/admin/applications/class_applicationManagement.inc b/plugins/admin/applications/class_applicationManagement.inc
index f26efa05bc73f75a8e8cba076414761f3383cfc3..b72b7e2e9f82f30ff42373503c7bd7ae0da448c2 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Save data */
$appfilter = get_global("appfilter");
$smarty = get_smarty(); // Smarty instance
diff --git a/plugins/admin/applications/class_applicationParameters.inc b/plugins/admin/applications/class_applicationParameters.inc
index 663068805656905a94c79e6305adeabcb9611ac2..beabfee52af0234770710ba8329a1e385ae63059 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Do we need to flip is_account state? */
if (isset($_POST['modify_state'])){
$this->is_account= !$this->is_account;
diff --git a/plugins/admin/departments/class_departmentGeneric.inc b/plugins/admin/departments/class_departmentGeneric.inc
index cf161b89ed2f48bd3ef0e28d6a6ba78ad4d7dbbf..74e871a5b5c650d719e7f2a1c2170bfbac53a962 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Reload departments */
$this->config->departments= get_departments($this->dn);
$this->config->make_idepartments();
diff --git a/plugins/admin/departments/class_departmentManagement.inc b/plugins/admin/departments/class_departmentManagement.inc
index 4a0bda788524df3d1fed8d06795362349c35d257..c7540f3d8d22d9dee69db7b01071ee3e86a71ba2 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Reload departments */
$this->config->departments = get_departments();
$smarty = get_smarty();
index 9a186369a3cd0a61a9f9db10e5483cc925981783..9aa4aa826832cbe26f9ca596929a46f1cf10dfaa 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty = get_smarty();
$display= "";
index 047f5c150d01fbbf406cb24bcea8f2a30bab5242..2b506929056ca05d6f88017cd6503b1ac01d1945 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty= get_smarty();
$display= "";
index 808e0188936b763846c63c741e0c72d5ab7805b6..472050aa6e531ce14cc738a6688bec2b6809e773 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty = get_smarty();
$display = "";
index e4679cef4c13b3b20475eca9c2271321699fd116..e3a8e5675fc233ffbe83950fbbe4d47d67cd2f1d 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
$display = "";
$smarty = get_smarty();
$s_action = "";
index 008883240a4d0b2cbb24cc7484bfefc7a0b5acd7..5bbfd54f615f7a33aeb2452174f8269c0f9aecb0 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty= get_smarty();
$display= "";
diff --git a/plugins/admin/fai/class_faiPackageConfiguration.inc b/plugins/admin/fai/class_faiPackageConfiguration.inc
index 6c22d6f833d7f6e3520fd12e715417cd1ac16b28..ddf7577eaaa80ff39b9cd788d9a8bb098ee4f141 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty = get_smarty();
$display = "";
diff --git a/plugins/admin/fai/class_faiPackageEntry.inc b/plugins/admin/fai/class_faiPackageEntry.inc
index c1672746d264318260869c992cee44ebf46d435e..c13f153507d16da770217f8cd8cf2e5324ae940e 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty = get_smarty();
$display = "";
index 4e0a53b8bd46b4b2a60f58a84060df0cec493de7..485e561cfe34d6f660fd4a42754102674a230935 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty = get_smarty();
$display = "";
diff --git a/plugins/admin/fai/class_faiPartitionTable.inc b/plugins/admin/fai/class_faiPartitionTable.inc
index 3954bc3a3c083604b7b9dcfec580b24007dd3e9e..ca107408b685b35d7e5cc6bc82ca78f1f0588c81 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty= get_smarty();
$display= "";
diff --git a/plugins/admin/fai/class_faiPartitionTableEntry.inc b/plugins/admin/fai/class_faiPartitionTableEntry.inc
index c7d71d62c71b8f5177b5c1b31e80830795c87e21..ed18b2614d953a5e8c7529f87275f8dff5938c12 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty = get_smarty();
$s_action = "";
index 2ecdc62a57dad53172d3e9de8de88fd750832c55..15f2ff7db24964fa7cdc6dc8f61114d62265f2f9 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty= get_smarty();
$display= "";
diff --git a/plugins/admin/fai/class_faiProfileEntry.inc b/plugins/admin/fai/class_faiProfileEntry.inc
index 163bccb28906d07f4047895bb2b5d66d56866bda..15df8d19078226cdc825c2de22fc650d6ddd6f16 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty = get_smarty();
$display = "";
index 015e192afbbcde7784ba4329c57583278fb7d50f..61e3968ca4750c44796617dfb9ea14ff75eeac7e 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty= get_smarty();
$display= "";
diff --git a/plugins/admin/fai/class_faiScriptEntry.inc b/plugins/admin/fai/class_faiScriptEntry.inc
index cb4fce3b625ac342146fe41956efd32ec4833308..d25af193635eb4537b436f683e190b6d1eebf2a0 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty = get_smarty();
$display = "";
index 521c4ce5cfc724ce77c729bfd6ebf8543cd67890..4a3326024a4bb5f96732401f614ef1135bd7b6c6 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty= get_smarty();
$display= "";
diff --git a/plugins/admin/fai/class_faiTemplateEntry.inc b/plugins/admin/fai/class_faiTemplateEntry.inc
index 3a36d7c2bcebd6c5d4f2cd08303c268eb70829b3..33b361992a1877d1ad5d60e88b217113a469ee24 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty = get_smarty();
$smarty->assign("rand", rand(0, 10000));
index a63534dda7ca89876d30d4abe9bd6e3f97f59cf3..ff1ca9c058b7cc949134e648189a4ca7522a30a8 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty= get_smarty();
$display= "";
diff --git a/plugins/admin/fai/class_faiVariableEntry.inc b/plugins/admin/fai/class_faiVariableEntry.inc
index 06bb6305017e44b04642dd4641ef72f42a00d595..62904273ca9ba47b6b77f9517b376a3da7d29b3e 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty = get_smarty();
$display = "";
index 0c22986aa62fdabb39359201b547b82b33b219c6..279d937530b6578ff39cf3e45458288365eb8e50 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Do we represent a valid group? */
if (!$this->is_account && $this->parent == NULL){
$display= "<img alt=\"\" src=\"images/stop.png\" align=\"middle\"> <b>".
diff --git a/plugins/admin/groups/class_groupApplication.inc b/plugins/admin/groups/class_groupApplication.inc
index ab7476fb1c29bf7fc519cc122a50c3df97fc3309..92e7b2c61a5f2d70dbe4e2389b4882cf7d1602a7 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Do we need to flip is_account state? */
if (isset($_POST['modify_state'])){
$this->is_account= !$this->is_account;
diff --git a/plugins/admin/groups/class_groupGeneric.inc b/plugins/admin/groups/class_groupGeneric.inc
index 853a1f0f5a8c8758f5da06fa4825ddee252519ee..2617a38f35c1e02c2cb3b6ce68823aa411b724fb 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Do we represent a valid group? */
if (!$this->is_account && $this->parent == NULL){
$display= "<img alt=\"\" src=\"images/stop.png\" align=\"middle\"> <b>".
index 22e032c1f56e669fcb61025b4cbe02c036906132..520eade9e339621ed2d2d85517e90362da523012 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Load templating engine */
$smarty= get_smarty();
if ($_SESSION['js']==FALSE){
diff --git a/plugins/admin/groups/class_groupManagement.inc b/plugins/admin/groups/class_groupManagement.inc
index cbe1cd577f8d23081590c14db261fc06ca801e30..b70a38cdeb5bbf10cff8767e5d51f87d41b38dd6 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Save data */
$groupfilter= get_global("groupfilter");
$s_action = "";
diff --git a/plugins/admin/ogroups/class_mailogroup.inc b/plugins/admin/ogroups/class_mailogroup.inc
index 5d23c1051953d42c2ccb78e959b533ce3fed0552..74a2902182a77bc4c49014ac691cd7bcf0076ec7 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Do we need to flip is_account state? */
if (isset($_POST['modify_state'])){
$this->is_account= !$this->is_account;
index 25b10247ce7f05e04420c8d4533451a25156b952..b69b284ae968272e756dddf4a371c8f5d03be2c9 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
$this->reload();
diff --git a/plugins/admin/ogroups/class_ogroupManagement.inc b/plugins/admin/ogroups/class_ogroupManagement.inc
index a884a03aab2a562f1c3870dc601291c24453b9c2..4539967ef724b96680d02d0bf8bf4147a5d96a86 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Prepare template */
$smarty= get_smarty();
diff --git a/plugins/admin/ogroups/class_phonequeue.inc b/plugins/admin/ogroups/class_phonequeue.inc
index 9b21d3e01a3c499158b0f11661112f7e9437a828..0a2f02b41fcf749f53825fe7741db6e1be82e296 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Do we need to flip is_account state? */
if (isset($_POST['modify_state'])){
$this->is_account= !$this->is_account;
index b7219b48e552423a2334972c53bcea660cabbf09..ff2c6666a0a05d516b6a0f74ade931a0fb6a98ae 100644 (file)
/* Call parent execute */
plugin::execute();
+
/* Watch for events */
if (isset($_POST['action'])){
$macaddresses="";
index 88ef3e515f1fbe12693a18c0aa4f8977121042bd..694417640731583dfc8d77cbbce4b4c66e7447c1 100644 (file)
$str = "";
/* Call parent execute */
plugin::execute();
+
$this->by_object['ogroup']->AddDelMembership();
$this->reload($this->by_object['ogroup']->gosaGroupObjects);
$str .= tabs::execute();
diff --git a/plugins/admin/systems/class_componentGeneric.inc b/plugins/admin/systems/class_componentGeneric.inc
index 06ec159a997822f793332af75eeb9ed74816b115..c3edb7590b5cdf721309ef332222f92d32d55f80 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Do we represent a valid phone? */
if (!$this->is_account && $this->parent == NULL){
$display= "<img alt=\"\" src=\"images/stop.png\" align=middle> <b>".
diff --git a/plugins/admin/systems/class_phoneGeneric.inc b/plugins/admin/systems/class_phoneGeneric.inc
index daf86244adc9d3ab3130b99ca5d3c112202422cd..38839d7540a1db337b864e2290fab8f3befb5b47 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Do we represent a valid phone? */
if (!$this->is_account && $this->parent == NULL){
$display= "<img alt=\"\" src=\"images/stop.png\" align=middle> <b>".
diff --git a/plugins/admin/systems/class_printGeneric.inc b/plugins/admin/systems/class_printGeneric.inc
index 0a3ab6e06740c929ca693af206be3783f22d10a0..8c794ba4b64d11db22a0d047dedd6a1442b9e023 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
$smarty= get_smarty();
$display="";
/* Template management.
diff --git a/plugins/admin/systems/class_printerPPDDialog.inc b/plugins/admin/systems/class_printerPPDDialog.inc
index 86da20b32d298e590b0435905e6f0f47a7f1c75c..8d6c5256bdb15b99e27245aad11b708f4458b7a4 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty= get_smarty();
$display= "";
diff --git a/plugins/admin/systems/class_printerPPDSelectionDialog.inc b/plugins/admin/systems/class_printerPPDSelectionDialog.inc
index 7d466828f0d60336614e073c0549194cdb7fe4f3..b23a77323bc6953be117ef7c64ae8699468d1b9d 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty= get_smarty();
$display= "";
diff --git a/plugins/admin/systems/class_selectUserToPrinterDialog.inc b/plugins/admin/systems/class_selectUserToPrinterDialog.inc
index 25418c12fbe8244bbe1c5896e7b00a8d7d3768c7..4321e412da2f93d1ba395f936b3894d1b6ea30af 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty= get_smarty();
$display= "";
index 8f37bc5d3053c2191aebdd74bff59718f53f45df..f1aad2c6c99720daaa28a104f706ccff83ef8cf4 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty= get_smarty();
index e0b4f093c36e8725924f99aa780f01f7771ba837..9f4a6e867c19a278a84431ab82d4fb4b3ad976da 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty= get_smarty();
$display= "";
index af2df9c30a0300fcdde041310ae35704eb8b4f18..ab9342ead7de8de3f4fd932561ec56947616d6b1 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty= get_smarty();
$display= "";
diff --git a/plugins/admin/systems/class_servGeneric.inc b/plugins/admin/systems/class_servGeneric.inc
index 07fccd1adef8c8245cc80bd4cdd3bb90285d9494..b85d9c834acfad10647d435721ebd3500e23d48e 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Do we represent a valid server? */
if (!$this->is_account && $this->parent == NULL){
$display= "<img alt=\"\" src=\"images/stop.png\" align=middle> <b>".
index 25da18b10d2b619ddbaf2c9471fd235f2fe642dd..434ffa93f67ec5d9c0cfb13c768667921142b4b0 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty = get_smarty();
$display = "";
index 30a1a4c2d1641bcf4a2a4ba4b51aaefa3deb7616..2e646cae9c6b9d6a9693e4474435bb7d253994f2 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty= get_smarty();
diff --git a/plugins/admin/systems/class_servService.inc b/plugins/admin/systems/class_servService.inc
index f199a0119913ae2f59a02a668217d195a45ad835..66e2b58717f9be424d7d1b42e27dabd8f7d864e0 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty= get_smarty();
diff --git a/plugins/admin/systems/class_systemManagement.inc b/plugins/admin/systems/class_systemManagement.inc
index 1a21cfe0fb6202e1733a7c6cec9db13a623b987d..badbc17d12bbd571785fcf323f0a18a15cc04721 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Save data */
$terminalfilter= get_global("terminalfilter");
foreach( array("depselect", "user", "regex") as $type){
diff --git a/plugins/admin/systems/class_terminalGeneric.inc b/plugins/admin/systems/class_terminalGeneric.inc
index f3e3a901b3127e4c129b4817b810bfbb5eef0419..86aa8966e1f5b0aee580440b29a899694c0d97c0 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Do we need to flip is_account state? */
if (isset($_POST['modify_state'])){
$this->is_account= !$this->is_account;
diff --git a/plugins/admin/systems/class_terminalInfo.inc b/plugins/admin/systems/class_terminalInfo.inc
index a499447f5e259cdccf60c405d59e94d5ef3103ed..e41f7295b4f57c3f90392807f025460c4804d726 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Do we represent a valid terminal? */
if (!$this->is_account && $this->parent == NULL){
echo "<img alt=\"\" src=\"images/stop.png\" align=middle> <b>".
diff --git a/plugins/admin/systems/class_terminalService.inc b/plugins/admin/systems/class_terminalService.inc
index fc9f54b063f6f5475b8081f7533013aecd733dec..6dfea3537493ea6d3fa7904eb55d07c4915f43ee 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Do we need to flip is_account state? */
if (isset($_POST['modify_state'])){
$this->is_account= !$this->is_account;
diff --git a/plugins/admin/systems/class_terminalStartup.inc b/plugins/admin/systems/class_terminalStartup.inc
index a4723b03c0a4bd0aada317b09571d861b6d5f993..4befeacf061cc92d8870f639dcb14ff8e18fa988 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Do we need to flip is_account state? */
if (isset($_POST['modify_state'])){
$this->is_account= !$this->is_account;
diff --git a/plugins/admin/systems/class_winGeneric.inc b/plugins/admin/systems/class_winGeneric.inc
index 3b72c17a635919456d798e81ef6ed88b1c8dec63..82b847a796a17f1617bb9746cd58972f05f543f4 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Do we represent a valid phone? */
if (!$this->is_account && $this->parent == NULL){
$display= "<img alt=\"\" src=\"images/stop.png\" align=middle> <b>".
diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc
index a1c4b595c11cf452614ad1312de429c9b6bc4c76..138c48f28de47b694892fce786dd121185e0e0b8 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Do we need to flip is_account state? */
if (isset($_POST['modify_state'])){
$this->is_account= !$this->is_account;
diff --git a/plugins/admin/systems/class_workstationService.inc b/plugins/admin/systems/class_workstationService.inc
index f6b76e5ded6c5b9f9d042cfca8d471d87a292ca8..4e773a46f5672e5adf5c0ea509f8b9672ed68d67 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Do we need to flip is_account state? */
if (isset($_POST['modify_state'])){
$this->is_account= !$this->is_account;
diff --git a/plugins/admin/systems/class_workstationStartup.inc b/plugins/admin/systems/class_workstationStartup.inc
index 9517edfd49dc25ce8d50c7b4989909240c9e790c..6e544c855e2c575b2d9611e6c12ce6e4cc8f628b 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Do we need to flip is_account state? */
if (isset($_POST['modify_state'])){
$this->is_account= !$this->is_account;
diff --git a/plugins/admin/users/class_userManagement.inc b/plugins/admin/users/class_userManagement.inc
index e9460770be246ff41b49ed7e3253390bae883007..a47597dc1ff13145e300fc6ca882aea5c46c5cf3 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
$smarty = get_smarty(); // Smarty instance
$userfilter = get_global("userfilter"); // contains Filter Settings
$s_action = ""; // Contains the action to proceed
diff --git a/plugins/generic/references/class_reference.inc b/plugins/generic/references/class_reference.inc
index d2902e3b928577850d20ed9cc19746aa3beb8967..70a4f6b69125617b71f4b82bd8d22c14b2031f31 100644 (file)
{
/* Call parent execute */
plugin::execute();
-plugin::execute();
+
/* Set government mode */
$smarty= get_smarty();
diff --git a/plugins/gofax/blocklists/class_blocklistManagement.inc b/plugins/gofax/blocklists/class_blocklistManagement.inc
index 2da01d1aaf16591914747f4d313ca8340eca1eca..675ea036bf39abfbad84a0f0a5c05f46f1bbf389 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Get global smarty instance */
$smarty= get_smarty();
$blockfilter = get_global("blockfilter"); // contains Filter Settings
diff --git a/plugins/gofax/faxaccount/class_gofaxAccount.inc b/plugins/gofax/faxaccount/class_gofaxAccount.inc
index 5b8dfc24654a6447b8ef06b8edd89d58ac7e7602..12221b6e76e6b83b9cb3f01e1cc2e8c567cc16ca 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Load smarty stuff */
$smarty= get_smarty();
index b080845c9b68459916275969ada2f08a6e1b86e0..fe0153c415f26dd76feb33cbb97609a091bb6350 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Get template engine */
$smarty= get_smarty();
$faxfilter= get_global("faxreportfilter");
diff --git a/plugins/gofon/conference/class_phoneConferenceGeneric.inc b/plugins/gofon/conference/class_phoneConferenceGeneric.inc
index fe1cc27295160fc97de1bfdf3eb3474f00858e04..17a191c06b1f5deb38fd7928153a8f37fd543d60 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
//$acl= get_permissions ($this->dn, $this->ui->subtreeACL);
//$this->acl= get_module_permission($acl, "goFonConference", $this->dn);
diff --git a/plugins/gofon/conference/class_phoneConferenceManagment.inc b/plugins/gofon/conference/class_phoneConferenceManagment.inc
index 644716d7476e6e9cec072e3085fcef1e63e42e95..a9024f818aeda8e8aac853f669b3e897930b2883 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Reload departments */
$this->config->departments = get_departments();
$smarty = get_smarty();
index 097f6c027ab33022a0499738686a385f544a8c45..fc25fac0ab85bfe376093119a422e977972bd794 100755 (executable)
{
/* Call parent execute */
plugin::execute();
+
/* Variables */
$vars = "";
$tmp = array();
diff --git a/plugins/gofon/macro/class_gofonMacroManagement.inc b/plugins/gofon/macro/class_gofonMacroManagement.inc
index 44761da569e611297ce145ef3252385c6136a179..0b13f4980e65045a045ea8af745025c71ac9cd71 100755 (executable)
{
/* Call parent execute */
plugin::execute();
+
/* Save data */
$macrofilter= get_global("macrofilter");
foreach( array("depselect", "regex") as $type){
diff --git a/plugins/gofon/macro/class_gofonMacroParameters.inc b/plugins/gofon/macro/class_gofonMacroParameters.inc
index 19085a904b758a40a356499e508cff574633ff9d..c9a97d7830619e0ace5e0561dee4749006780a84 100755 (executable)
{
/* Call parent execute */
plugin::execute();
+
/* Variables */
$vars = "";
$tmp = array();
diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc
index 3834ea21681cbaa73732322423273b266f57ce9f..fa2a2dfdbc96faacc8b4678663f758153a5be3d8 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
$display = "";
if(empty($this->macro)&&(!empty($this->goFonMacro))){
index 4c2fb1a7158155a7fbd63f009f0552621883aaf7..1c20d9112be5e6c79a9137c1910994e0a7dfa81c 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Get template engine */
$smarty= get_smarty();
$fonfilter= get_global("fonfilter");
diff --git a/plugins/personal/connectivity/class_connectivity.inc b/plugins/personal/connectivity/class_connectivity.inc
index dec3825cd08de032dd198fb5b9b726b97c4441d4..767d50d5dff09b4175befd1ca15dac1a404fd67c 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
$display= "";
/* Prepare templating */
diff --git a/plugins/personal/connectivity/class_intranetAccount.inc b/plugins/personal/connectivity/class_intranetAccount.inc
index 7b9bd9f70d7519207fc9ac93d5783a2dde924f4d..b1831285ee59cf0c6715fd48dcd9c1bd574ca28f 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
$display= "";
$smarty= get_smarty();
diff --git a/plugins/personal/connectivity/class_kolabAccount.inc b/plugins/personal/connectivity/class_kolabAccount.inc
index 0983e5b43e7603480753e3b6cd1e7ec81db29e5f..94f57eefd02f162c0022ef4f3243de376090d637 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Show tab dialog headers */
$display= "";
diff --git a/plugins/personal/connectivity/class_oxchangeAccount.inc b/plugins/personal/connectivity/class_oxchangeAccount.inc
index 2b7016a80816867432b20069672f2bfe75c238b1..bd36844e578fd7d72c81e0b3441ca8db9e8c16ea 100644 (file)
/* Call parent execute */
plugin::execute();
+
/* Show tab dialog headers */
$display="";
if ($this->parent != NULL){
diff --git a/plugins/personal/connectivity/class_phpgwAccount.inc b/plugins/personal/connectivity/class_phpgwAccount.inc
index e42745a2c3025d950bed7ebe03d0c6a37c14bea9..fd58160e4bc1bc732e055e5802c8e83ef30c9a0e 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Show tab dialog headers */
$display= "";
diff --git a/plugins/personal/connectivity/class_phpscheduleitAccount.inc b/plugins/personal/connectivity/class_phpscheduleitAccount.inc
index 621d7216d7f153a380f7b5166fa48e19902386ca..b924c328b3ee5d0fb49918338d2762b764712252 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Show tab dialog headers */
$display= "";
diff --git a/plugins/personal/connectivity/class_pptpAccount.inc b/plugins/personal/connectivity/class_pptpAccount.inc
index 79b46ae144ab94051d3eb1bafaf47923c54d4556..44eda7c3301b05a7de2c30c91b0abbf73cc84ac3 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Show tab dialog headers */
$display= "";
diff --git a/plugins/personal/connectivity/class_proxyAccount.inc b/plugins/personal/connectivity/class_proxyAccount.inc
index a2657fb7266f97df36f1ef66f3531eaeadd27855..454250253ec3cf476859e83c130bd3a8ab109854 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
$display= "";
/* Prepare templating */
diff --git a/plugins/personal/connectivity/class_pureftpdAccount.inc b/plugins/personal/connectivity/class_pureftpdAccount.inc
index 94cb9e3c9036ee665de110823f474bc0850a5e1f..0f2fda30e49d9a044fbebaa7737cfee234c3e092 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Show tab dialog headers */
$display= "";
diff --git a/plugins/personal/connectivity/class_webdavAccount.inc b/plugins/personal/connectivity/class_webdavAccount.inc
index 54d9425ff9c1dae89798fbf87b3c525430c1f223..a8c13c65e45254a79db8e90d5d6db72fc2d2fa81 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Show tab dialog headers */
$display= "";
diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc
index 494d3f3338070a43ad1cd20cb75d8e71063e1093..96f73a7d924ff6e07826631d678d829c24c73f77 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty= get_smarty();
$display= "";
diff --git a/plugins/personal/environment/class_hotplugDialog.inc b/plugins/personal/environment/class_hotplugDialog.inc
index 039f40b7377438d7f48e42f7c96378b43dfd1117..aabdb75d9f2f6df59054178af17a19698ca3d064 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty= get_smarty();
$display= "";
diff --git a/plugins/personal/environment/class_kioskManagementDialog.inc b/plugins/personal/environment/class_kioskManagementDialog.inc
index 97f09667ca7fca2ca161b73ad7a1e873b615db21..6a12c637a8d7eb79ee572a9236601cd59630ec3c 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty= get_smarty();
$display= "";
diff --git a/plugins/personal/environment/class_logonManagementDialog.inc b/plugins/personal/environment/class_logonManagementDialog.inc
index ebac2ef18af85f61b94fd5495a28179f51d8ceaf..c5ac543c8ae32493ecc89a678f3523654b476521 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
$smarty= get_smarty();
$display= "";
diff --git a/plugins/personal/environment/class_selectPrinterDialog.inc b/plugins/personal/environment/class_selectPrinterDialog.inc
index 76904fbf0ddfa7ad4ceca29d1db898b5bdaee862..c5584545a511fabee648aacb9b5939247857baf0 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Fill templating stuff */
$smarty= get_smarty();
$display= "";
index a593cdb088569395ab3f8df7e650dba385df84ee..d45ab8c7cb33ca61b70660c5db0269d33acd3f57 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
$smarty= get_smarty();
/* Fill calendar */
diff --git a/plugins/personal/mail/class_mailAccount.inc b/plugins/personal/mail/class_mailAccount.inc
index 344384ae9d1fb5662789a1bac61a80fd98de9489..4587546aeb8efd6e1d58c963a4a1c3c0ff421b71 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Load templating engine */
$smarty= get_smarty();
$display= "";
diff --git a/plugins/personal/nagios/class_nagiosAccount.inc b/plugins/personal/nagios/class_nagiosAccount.inc
index b939be4c604be5fcbcf260034424c13dd0c8e668..b342c08d93174c2e42c7e41b1857e6ec3b35945f 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Load templating engine */
$smarty= get_smarty();
$display= "";
diff --git a/plugins/personal/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc
index d163ee0fe17c8c732f7269f8d3c0372710bff6f2..a22d30badc93762995eb7b3446268f8f21845293 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Do we need to flip is_account state? */
if (isset($_POST['modify_state'])){
$this->is_account= !$this->is_account;
diff --git a/plugins/personal/samba/class_sambaAccount.inc b/plugins/personal/samba/class_sambaAccount.inc
index 8aabdf468c96d24bf18c65d15078e60d2ebe8c91..d9d659e8ba2e4c926785ffbb4740cb0d07d93478 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
/* Do we need to flip is_account state? */
if (isset($_POST['modify_state'])){
$this->is_account= !$this->is_account;