Code

Added empty lines
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Nov 2005 09:24:15 +0000 (09:24 +0000)
committercajus <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

95 files changed:
plugins/addons/addressbook/class_addressbook.inc
plugins/addons/ldapmanager/class_csvimport.inc
plugins/addons/ldapmanager/class_export.inc
plugins/addons/ldapmanager/class_exportxls.inc
plugins/addons/ldapmanager/class_import.inc
plugins/addons/ldapmanager/class_ldif.inc
plugins/addons/logview/class_logview.inc
plugins/admin/applications/class_applicationGeneric.inc
plugins/admin/applications/class_applicationManagement.inc
plugins/admin/applications/class_applicationParameters.inc
plugins/admin/departments/class_departmentGeneric.inc
plugins/admin/departments/class_departmentManagement.inc
plugins/admin/fai/class_askClassName.inc
plugins/admin/fai/class_faiHook.inc
plugins/admin/fai/class_faiHookEntry.inc
plugins/admin/fai/class_faiManagement.inc
plugins/admin/fai/class_faiPackage.inc
plugins/admin/fai/class_faiPackageConfiguration.inc
plugins/admin/fai/class_faiPackageEntry.inc
plugins/admin/fai/class_faiPackageNew.inc
plugins/admin/fai/class_faiPartitionTable.inc
plugins/admin/fai/class_faiPartitionTableEntry.inc
plugins/admin/fai/class_faiProfile.inc
plugins/admin/fai/class_faiProfileEntry.inc
plugins/admin/fai/class_faiScript.inc
plugins/admin/fai/class_faiScriptEntry.inc
plugins/admin/fai/class_faiTemplate.inc
plugins/admin/fai/class_faiTemplateEntry.inc
plugins/admin/fai/class_faiVariable.inc
plugins/admin/fai/class_faiVariableEntry.inc
plugins/admin/groups/class_groupAcl.inc
plugins/admin/groups/class_groupApplication.inc
plugins/admin/groups/class_groupGeneric.inc
plugins/admin/groups/class_groupMail.inc
plugins/admin/groups/class_groupManagement.inc
plugins/admin/ogroups/class_mailogroup.inc
plugins/admin/ogroups/class_ogroup.inc
plugins/admin/ogroups/class_ogroupManagement.inc
plugins/admin/ogroups/class_phonequeue.inc
plugins/admin/ogroups/class_termgroup.inc
plugins/admin/ogroups/tabs_ogroups.inc
plugins/admin/systems/class_componentGeneric.inc
plugins/admin/systems/class_phoneGeneric.inc
plugins/admin/systems/class_printGeneric.inc
plugins/admin/systems/class_printerPPDDialog.inc
plugins/admin/systems/class_printerPPDSelectionDialog.inc
plugins/admin/systems/class_selectUserToPrinterDialog.inc
plugins/admin/systems/class_servDB.inc
plugins/admin/systems/class_servDHCP.inc
plugins/admin/systems/class_servDNS.inc
plugins/admin/systems/class_servGeneric.inc
plugins/admin/systems/class_servKolab.inc
plugins/admin/systems/class_servNfs.inc
plugins/admin/systems/class_servService.inc
plugins/admin/systems/class_systemManagement.inc
plugins/admin/systems/class_terminalGeneric.inc
plugins/admin/systems/class_terminalInfo.inc
plugins/admin/systems/class_terminalService.inc
plugins/admin/systems/class_terminalStartup.inc
plugins/admin/systems/class_winGeneric.inc
plugins/admin/systems/class_workstationGeneric.inc
plugins/admin/systems/class_workstationService.inc
plugins/admin/systems/class_workstationStartup.inc
plugins/admin/users/class_userManagement.inc
plugins/generic/references/class_reference.inc
plugins/gofax/blocklists/class_blocklistManagement.inc
plugins/gofax/faxaccount/class_gofaxAccount.inc
plugins/gofax/reports/class_faxreport.inc
plugins/gofon/conference/class_phoneConferenceGeneric.inc
plugins/gofon/conference/class_phoneConferenceManagment.inc
plugins/gofon/macro/class_gofonMacro.inc
plugins/gofon/macro/class_gofonMacroManagement.inc
plugins/gofon/macro/class_gofonMacroParameters.inc
plugins/gofon/phoneaccount/class_phoneAccount.inc
plugins/gofon/reports/class_fonreport.inc
plugins/personal/connectivity/class_connectivity.inc
plugins/personal/connectivity/class_intranetAccount.inc
plugins/personal/connectivity/class_kolabAccount.inc
plugins/personal/connectivity/class_oxchangeAccount.inc
plugins/personal/connectivity/class_phpgwAccount.inc
plugins/personal/connectivity/class_phpscheduleitAccount.inc
plugins/personal/connectivity/class_pptpAccount.inc
plugins/personal/connectivity/class_proxyAccount.inc
plugins/personal/connectivity/class_pureftpdAccount.inc
plugins/personal/connectivity/class_webdavAccount.inc
plugins/personal/environment/class_environment.inc
plugins/personal/environment/class_hotplugDialog.inc
plugins/personal/environment/class_kioskManagementDialog.inc
plugins/personal/environment/class_logonManagementDialog.inc
plugins/personal/environment/class_selectPrinterDialog.inc
plugins/personal/generic/class_user.inc
plugins/personal/mail/class_mailAccount.inc
plugins/personal/nagios/class_nagiosAccount.inc
plugins/personal/posix/class_posixAccount.inc
plugins/personal/samba/class_sambaAccount.inc

index 9905921c39874e146ff2b66d9035c249f3d930c1..5d5a24a9b85ce5c3e280a69e06ffd8a2d046f28e 100644 (file)
@@ -72,6 +72,7 @@ class addressbook extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
        $smarty= get_smarty();
 
        #! Hickert
index 58bceb52792344a262e7e9db7cb714d64ffb5935..d9896c84e0f8c6d0b87253e3bc8a18dc1291e8d9 100644 (file)
@@ -29,6 +29,7 @@ class csvimport extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* initiate smarty */
     $smarty= get_smarty();
     $smarty->assign("sorted",0);
index 26e9a725cf5fac8e6fdf82149b807e6366ff1f77..4ae91fadb04b570f48d76f2ad7d750e2d2b1530c 100644 (file)
@@ -27,6 +27,7 @@ class ldifexport extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Set government mode */
     $smarty= get_smarty();
 
index efacc7efde34d445d7e03301c203f485a445e6fe..7e6e409e128a6fa662af170a2c1be6dff0266409 100644 (file)
@@ -27,6 +27,7 @@ class xlsexport extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Set government mode */
     $smarty= get_smarty();
 
index 28557eca153a62724d2a7717c75a614306826eed..2f09c76e7b4d010e54d507ad4dbd38cb123fe29e 100644 (file)
@@ -26,6 +26,7 @@ class ldifimport extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Set government mode */
     $smarty= get_smarty();
 
index 755b84955296fbd5dfb7ac837db8376e43365b3e..51b8ec65f539da1ea707cc694a059d3f57cc4080 100644 (file)
@@ -22,6 +22,7 @@ class ldif extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Show main page */
     return ($this->ldif->execute());
   }
index ab0f67dda4c5aac9aeede72ae79880def0a82bef..d716acf479998f5b5ca21073ec75fe6d917e7414 100644 (file)
@@ -88,6 +88,7 @@ class logview extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
        /* Ignore if not defined */
        if (!isset($this->config->data['SERVERS']['LOG'])){
                return;
index 9c4156f361677a0f73b8335f3ecab05fd59c5b27..35df4fe33b3f302c893b02e8d27dd9df91494e32 100644 (file)
@@ -93,6 +93,7 @@ class application extends plugin
   {
        /* 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\">&nbsp;<b>".
index f26efa05bc73f75a8e8cba076414761f3383cfc3..b72b7e2e9f82f30ff42373503c7bd7ae0da448c2 100644 (file)
@@ -50,6 +50,7 @@ class applicationManagement extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
          /* Save data */
          $appfilter    = get_global("appfilter");
          $smarty       = get_smarty();             // Smarty instance
index 663068805656905a94c79e6305adeabcb9611ac2..beabfee52af0234770710ba8329a1e385ae63059 100644 (file)
@@ -37,6 +37,7 @@ class applicationParameters extends plugin
   {
        /* 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 cf161b89ed2f48bd3ef0e28d6a6ba78ad4d7dbbf..74e871a5b5c650d719e7f2a1c2170bfbac53a962 100644 (file)
@@ -67,6 +67,7 @@ class department extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
        /* Reload departments */
        $this->config->departments= get_departments($this->dn);
        $this->config->make_idepartments();
index 4a0bda788524df3d1fed8d06795362349c35d257..c7540f3d8d22d9dee69db7b01071ee3e86a71ba2 100644 (file)
@@ -58,6 +58,7 @@ class departmentManagement extends plugin
        {
        /* Call parent execute */
        plugin::execute();
+
                /* Reload departments */
                $this->config->departments      = get_departments();
                $smarty                                         = get_smarty();
index 9a186369a3cd0a61a9f9db10e5483cc925981783..9aa4aa826832cbe26f9ca596929a46f1cf10dfaa 100644 (file)
@@ -28,6 +28,7 @@ class askClassName extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty = get_smarty();
     $display= "";
index 047f5c150d01fbbf406cb24bcea8f2a30bab5242..2b506929056ca05d6f88017cd6503b1ac01d1945 100644 (file)
@@ -82,6 +82,7 @@ class faiHook extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index 808e0188936b763846c63c741e0c72d5ab7805b6..472050aa6e531ce14cc738a6688bec2b6809e773 100644 (file)
@@ -44,6 +44,7 @@ class faiHookEntry extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $display = "";
index e4679cef4c13b3b20475eca9c2271321699fd116..e3a8e5675fc233ffbe83950fbbe4d47d67cd2f1d 100644 (file)
@@ -86,6 +86,7 @@ class faiManagement extends plugin
        {
        /* Call parent execute */
        plugin::execute();
+
                $display        = "";
                $smarty         = get_smarty();
                $s_action       = "";
index 008883240a4d0b2cbb24cc7484bfefc7a0b5acd7..5bbfd54f615f7a33aeb2452174f8269c0f9aecb0 100644 (file)
@@ -97,6 +97,7 @@ class faiPackage extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index 6c22d6f833d7f6e3520fd12e715417cd1ac16b28..ddf7577eaaa80ff39b9cd788d9a8bb098ee4f141 100644 (file)
@@ -24,6 +24,7 @@ class faiPackageConfiguration extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $display = "";
index c1672746d264318260869c992cee44ebf46d435e..c13f153507d16da770217f8cd8cf2e5324ae940e 100644 (file)
@@ -37,6 +37,7 @@ class faiPackageEntry extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $display = "";
index 4e0a53b8bd46b4b2a60f58a84060df0cec493de7..485e561cfe34d6f660fd4a42754102674a230935 100644 (file)
@@ -41,6 +41,7 @@ class faiPackageNew extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $display = "";
index 3954bc3a3c083604b7b9dcfec580b24007dd3e9e..ca107408b685b35d7e5cc6bc82ca78f1f0588c81 100644 (file)
@@ -79,6 +79,7 @@ class faiPartitionTable extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index c7d71d62c71b8f5177b5c1b31e80830795c87e21..ed18b2614d953a5e8c7529f87275f8dff5938c12 100644 (file)
@@ -83,6 +83,7 @@ class faiPartitionTableEntry extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $s_action   = "";
index 2ecdc62a57dad53172d3e9de8de88fd750832c55..15f2ff7db24964fa7cdc6dc8f61114d62265f2f9 100644 (file)
@@ -78,6 +78,7 @@ class faiProfile extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index 163bccb28906d07f4047895bb2b5d66d56866bda..15df8d19078226cdc825c2de22fc650d6ddd6f16 100644 (file)
@@ -76,6 +76,7 @@ class faiProfileEntry extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $display = "";
index 015e192afbbcde7784ba4329c57583278fb7d50f..61e3968ca4750c44796617dfb9ea14ff75eeac7e 100644 (file)
@@ -84,6 +84,7 @@ class faiScript extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index cb4fce3b625ac342146fe41956efd32ec4833308..d25af193635eb4537b436f683e190b6d1eebf2a0 100644 (file)
@@ -41,6 +41,7 @@ class faiScriptEntry extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $display = "";
index 521c4ce5cfc724ce77c729bfd6ebf8543cd67890..4a3326024a4bb5f96732401f614ef1135bd7b6c6 100644 (file)
@@ -80,6 +80,7 @@ class faiTemplate extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index 3a36d7c2bcebd6c5d4f2cd08303c268eb70829b3..33b361992a1877d1ad5d60e88b217113a469ee24 100644 (file)
@@ -54,6 +54,7 @@ class faiTemplateEntry extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $smarty->assign("rand", rand(0, 10000));
index a63534dda7ca89876d30d4abe9bd6e3f97f59cf3..ff1ca9c058b7cc949134e648189a4ca7522a30a8 100644 (file)
@@ -78,6 +78,7 @@ class faiVariable extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index 06bb6305017e44b04642dd4641ef72f42a00d595..62904273ca9ba47b6b77f9517b376a3da7d29b3e 100644 (file)
@@ -39,6 +39,7 @@ class faiVariableEntry extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $display = "";
index 0c22986aa62fdabb39359201b547b82b33b219c6..279d937530b6578ff39cf3e45458288365eb8e50 100644 (file)
@@ -51,6 +51,7 @@ class acl extends plugin
   {
        /* 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\">&nbsp;<b>".
index ab7476fb1c29bf7fc519cc122a50c3df97fc3309..92e7b2c61a5f2d70dbe4e2389b4882cf7d1602a7 100644 (file)
@@ -52,6 +52,7 @@ class appgroup extends plugin
   {
        /* 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 853a1f0f5a8c8758f5da06fa4825ddee252519ee..2617a38f35c1e02c2cb3b6ce68823aa411b724fb 100644 (file)
@@ -157,6 +157,7 @@ class group extends plugin
   {
        /* 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\">&nbsp;<b>".
index 22e032c1f56e669fcb61025b4cbe02c036906132..520eade9e339621ed2d2d85517e90362da523012 100644 (file)
@@ -162,6 +162,7 @@ class mailgroup extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Load templating engine */
     $smarty= get_smarty();
     if ($_SESSION['js']==FALSE){
index cbe1cd577f8d23081590c14db261fc06ca801e30..b70a38cdeb5bbf10cff8767e5d51f87d41b38dd6 100644 (file)
@@ -58,6 +58,7 @@ class groupManagement extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Save data */
     $groupfilter= get_global("groupfilter");
     $s_action   = "";
index 5d23c1051953d42c2ccb78e959b533ce3fed0552..74a2902182a77bc4c49014ac691cd7bcf0076ec7 100644 (file)
@@ -28,6 +28,7 @@ class mailogroup extends plugin
   {
        /* 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)
@@ -117,6 +117,7 @@ class ogroup extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     
     $this->reload();
 
index a884a03aab2a562f1c3870dc601291c24453b9c2..4539967ef724b96680d02d0bf8bf4147a5d96a86 100644 (file)
@@ -72,6 +72,7 @@ class ogroupManagement extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Prepare template */
     $smarty= get_smarty();
 
index 9b21d3e01a3c499158b0f11661112f7e9437a828..0a2f02b41fcf749f53825fe7741db6e1be82e296 100644 (file)
@@ -101,6 +101,7 @@ class phonequeue extends plugin
   {
        /* 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)
@@ -45,6 +45,7 @@ class termgroup extends plugin
        /* Call parent execute */
        plugin::execute();
 
+
     /* Watch for events */
     if (isset($_POST['action'])){
       $macaddresses="";
index 88ef3e515f1fbe12693a18c0aa4f8977121042bd..694417640731583dfc8d77cbbce4b4c66e7447c1 100644 (file)
@@ -106,6 +106,7 @@ class ogrouptabs extends tabs
     $str = "";
        /* Call parent execute */
        plugin::execute();
+
     $this->by_object['ogroup']->AddDelMembership();
     $this->reload($this->by_object['ogroup']->gosaGroupObjects);
     $str .= tabs::execute();
index 06ec159a997822f793332af75eeb9ed74816b115..c3edb7590b5cdf721309ef332222f92d32d55f80 100644 (file)
@@ -44,6 +44,7 @@ class componentGeneric extends plugin
   {
        /* 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>&nbsp;<b>".
index daf86244adc9d3ab3130b99ca5d3c112202422cd..38839d7540a1db337b864e2290fab8f3befb5b47 100644 (file)
@@ -98,6 +98,7 @@ class phoneGeneric extends plugin
   {
        /* 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>&nbsp;<b>".
index 0a3ab6e06740c929ca693af206be3783f22d10a0..8c794ba4b64d11db22a0d047dedd6a1442b9e023 100644 (file)
@@ -160,6 +160,7 @@ class printgeneric extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     $smarty= get_smarty();
     $display="";
     /* Template management.
index 86da20b32d298e590b0435905e6f0f47a7f1c75c..8d6c5256bdb15b99e27245aad11b708f4458b7a4 100644 (file)
@@ -84,6 +84,7 @@ class printerPPDDialog extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index 7d466828f0d60336614e073c0549194cdb7fe4f3..b23a77323bc6953be117ef7c64ae8699468d1b9d 100644 (file)
@@ -48,6 +48,7 @@ class printerPPDSelectionDialog extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index 25418c12fbe8244bbe1c5896e7b00a8d7d3768c7..4321e412da2f93d1ba395f936b3894d1b6ea30af 100644 (file)
@@ -55,6 +55,7 @@ class selectUserToPrinterDialog extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index 8f37bc5d3053c2191aebdd74bff59718f53f45df..f1aad2c6c99720daaa28a104f706ccff83ef8cf4 100644 (file)
@@ -68,6 +68,7 @@ class servdb extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
 
index e0b4f093c36e8725924f99aa780f01f7771ba837..9f4a6e867c19a278a84431ab82d4fb4b3ad976da 100644 (file)
@@ -21,6 +21,7 @@ class servdhcp extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index af2df9c30a0300fcdde041310ae35704eb8b4f18..ab9342ead7de8de3f4fd932561ec56947616d6b1 100644 (file)
@@ -21,6 +21,7 @@ class servdns extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index 07fccd1adef8c8245cc80bd4cdd3bb90285d9494..b85d9c834acfad10647d435721ebd3500e23d48e 100644 (file)
@@ -45,6 +45,7 @@ class servgeneric extends plugin
   {
        /* 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>&nbsp;<b>".
index 25da18b10d2b619ddbaf2c9471fd235f2fe642dd..434ffa93f67ec5d9c0cfb13c768667921142b4b0 100644 (file)
@@ -96,6 +96,7 @@ class servkolab extends plugin {
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty = get_smarty();
     $display = "";
index 30a1a4c2d1641bcf4a2a4ba4b51aaefa3deb7616..2e646cae9c6b9d6a9693e4474435bb7d253994f2 100644 (file)
@@ -53,6 +53,7 @@ class servnfs extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
 
index f199a0119913ae2f59a02a668217d195a45ad835..66e2b58717f9be424d7d1b42e27dabd8f7d864e0 100644 (file)
@@ -93,6 +93,7 @@ class servservice extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
 
index 1a21cfe0fb6202e1733a7c6cec9db13a623b987d..badbc17d12bbd571785fcf323f0a18a15cc04721 100644 (file)
@@ -67,6 +67,7 @@ class systems extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Save data */
     $terminalfilter= get_global("terminalfilter");
     foreach( array("depselect", "user", "regex") as $type){
index f3e3a901b3127e4c129b4817b810bfbb5eef0419..86aa8966e1f5b0aee580440b29a899694c0d97c0 100644 (file)
@@ -78,6 +78,7 @@ class termgeneric extends plugin
   {
        /* 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 a499447f5e259cdccf60c405d59e94d5ef3103ed..e41f7295b4f57c3f90392807f025460c4804d726 100644 (file)
@@ -58,6 +58,7 @@ class terminfo extends plugin
   {
        /* 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>&nbsp;<b>".
index fc9f54b063f6f5475b8081f7533013aecd733dec..6dfea3537493ea6d3fa7904eb55d07c4915f43ee 100644 (file)
@@ -127,6 +127,7 @@ class termservice extends plugin
   {
        /* 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 a4723b03c0a4bd0aada317b09571d861b6d5f993..4befeacf061cc92d8870f639dcb14ff8e18fa988 100644 (file)
@@ -87,6 +87,7 @@ class termstartup extends plugin
   {
        /* 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 3b72c17a635919456d798e81ef6ed88b1c8dec63..82b847a796a17f1617bb9746cd58972f05f543f4 100644 (file)
@@ -66,6 +66,7 @@ class wingeneric extends plugin
   {
        /* 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>&nbsp;<b>".
index a1c4b595c11cf452614ad1312de429c9b6bc4c76..138c48f28de47b694892fce786dd121185e0e0b8 100644 (file)
@@ -85,6 +85,7 @@ class workgeneric extends plugin
   {
        /* 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 f6b76e5ded6c5b9f9d042cfca8d471d87a292ca8..4e773a46f5672e5adf5c0ea509f8b9672ed68d67 100644 (file)
@@ -112,6 +112,7 @@ class workservice extends plugin
   {
        /* 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 9517edfd49dc25ce8d50c7b4989909240c9e790c..6e544c855e2c575b2d9611e6c12ce6e4cc8f628b 100644 (file)
@@ -203,6 +203,7 @@ class workstartup extends plugin
   {
        /* 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 e9460770be246ff41b49ed7e3253390bae883007..a47597dc1ff13145e300fc6ca882aea5c46c5cf3 100644 (file)
@@ -61,6 +61,7 @@ class userManagement extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     $smarty       = get_smarty();             // Smarty instance
     $userfilter   = get_global("userfilter"); // contains Filter Settings
     $s_action     = "";                       // Contains the action to proceed
index d2902e3b928577850d20ed9cc19746aa3beb8967..70a4f6b69125617b71f4b82bd8d22c14b2031f31 100644 (file)
@@ -57,7 +57,7 @@ class reference extends plugin
   {
        /* Call parent execute */
        plugin::execute();
-plugin::execute();
+
        /* Set government mode */
        $smarty= get_smarty();
 
index 2da01d1aaf16591914747f4d313ca8340eca1eca..675ea036bf39abfbad84a0f0a5c05f46f1bbf389 100644 (file)
@@ -50,6 +50,7 @@ class blocklist extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Get global smarty instance */
     $smarty= get_smarty();
     $blockfilter   = get_global("blockfilter"); // contains Filter Settings
index 5b8dfc24654a6447b8ef06b8edd89d58ac7e7602..12221b6e76e6b83b9cb3f01e1cc2e8c567cc16ca 100644 (file)
@@ -86,6 +86,7 @@ class gofaxAccount extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Load smarty stuff */
     $smarty= get_smarty();
 
index b080845c9b68459916275969ada2f08a6e1b86e0..fe0153c415f26dd76feb33cbb97609a091bb6350 100644 (file)
@@ -60,6 +60,7 @@ class faxreport extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
        /* Get template engine */
        $smarty= get_smarty();
        $faxfilter= get_global("faxreportfilter");
index fe1cc27295160fc97de1bfdf3eb3474f00858e04..17a191c06b1f5deb38fd7928153a8f37fd543d60 100644 (file)
@@ -111,6 +111,7 @@ class conference extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     //$acl= get_permissions ($this->dn, $this->ui->subtreeACL);
     //$this->acl= get_module_permission($acl, "goFonConference", $this->dn);
 
index 644716d7476e6e9cec072e3085fcef1e63e42e95..a9024f818aeda8e8aac853f669b3e897930b2883 100644 (file)
@@ -62,6 +62,7 @@ class phoneConferenceManagment extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Reload departments */
     $this->config->departments = get_departments();
     $smarty                                                      = get_smarty();
index 097f6c027ab33022a0499738686a385f544a8c45..fc25fac0ab85bfe376093119a422e977972bd794 100755 (executable)
@@ -81,6 +81,7 @@ class macro extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Variables */
     $vars      = "";
     $tmp       = array();
index 44761da569e611297ce145ef3252385c6136a179..0b13f4980e65045a045ea8af745025c71ac9cd71 100755 (executable)
@@ -49,6 +49,7 @@ class gofonMacro extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Save data */
     $macrofilter= get_global("macrofilter");
     foreach( array("depselect", "regex") as $type){
index 19085a904b758a40a356499e508cff574633ff9d..c9a97d7830619e0ace5e0561dee4749006780a84 100755 (executable)
@@ -175,6 +175,7 @@ class macroParameter extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Variables */
     $vars      = "";
     $tmp       = array();
index 3834ea21681cbaa73732322423273b266f57ce9f..fa2a2dfdbc96faacc8b4678663f758153a5be3d8 100644 (file)
@@ -558,6 +558,7 @@ class phoneAccount extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     $display = "";
 
     if(empty($this->macro)&&(!empty($this->goFonMacro))){
index 4c2fb1a7158155a7fbd63f009f0552621883aaf7..1c20d9112be5e6c79a9137c1910994e0a7dfa81c 100644 (file)
@@ -54,6 +54,7 @@ class fonreport extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
          /* Get template engine */
          $smarty= get_smarty();
          $fonfilter= get_global("fonfilter");
index dec3825cd08de032dd198fb5b9b726b97c4441d4..767d50d5dff09b4175befd1ca15dac1a404fd67c 100644 (file)
@@ -43,6 +43,7 @@ class connectivity extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     $display= "";
 
     /* Prepare templating */
index 7b9bd9f70d7519207fc9ac93d5783a2dde924f4d..b1831285ee59cf0c6715fd48dcd9c1bd574ca28f 100644 (file)
@@ -54,6 +54,7 @@ class intranetAccount extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
        $display= "";
 
        $smarty= get_smarty();
index 0983e5b43e7603480753e3b6cd1e7ec81db29e5f..94f57eefd02f162c0022ef4f3243de376090d637 100644 (file)
@@ -48,6 +48,7 @@ class kolabAccount extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Show tab dialog headers */
     $display= "";
 
index 2b7016a80816867432b20069672f2bfe75c238b1..bd36844e578fd7d72c81e0b3441ca8db9e8c16ea 100644 (file)
@@ -600,6 +600,7 @@ class oxchangeAccount extends plugin
        /* Call parent execute */
        plugin::execute();
 
+
     /* Show tab dialog headers */
     $display="";
     if ($this->parent != NULL){
index e42745a2c3025d950bed7ebe03d0c6a37c14bea9..fd58160e4bc1bc732e055e5802c8e83ef30c9a0e 100644 (file)
@@ -28,6 +28,7 @@ class phpgwAccount extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Show tab dialog headers */
     $display= "";
 
index 621d7216d7f153a380f7b5166fa48e19902386ca..b924c328b3ee5d0fb49918338d2762b764712252 100644 (file)
@@ -24,6 +24,7 @@ class phpscheduleitAccount extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Show tab dialog headers */
     $display= "";
 
index 79b46ae144ab94051d3eb1bafaf47923c54d4556..44eda7c3301b05a7de2c30c91b0abbf73cc84ac3 100644 (file)
@@ -24,6 +24,7 @@ class pptpAccount extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Show tab dialog headers */
     $display= "";
 
index a2657fb7266f97df36f1ef66f3531eaeadd27855..454250253ec3cf476859e83c130bd3a8ab109854 100644 (file)
@@ -32,6 +32,7 @@ class proxyAccount extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     $display= "";
 
     /* Prepare templating */
index 94cb9e3c9036ee665de110823f474bc0850a5e1f..0f2fda30e49d9a044fbebaa7737cfee234c3e092 100644 (file)
@@ -36,6 +36,7 @@ class pureftpdAccount extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Show tab dialog headers */
     $display= "";
 
index 54d9425ff9c1dae89798fbf87b3c525430c1f223..a8c13c65e45254a79db8e90d5d6db72fc2d2fa81 100644 (file)
@@ -24,6 +24,7 @@ class webdavAccount extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Show tab dialog headers */
     $display= "";
 
index 494d3f3338070a43ad1cd20cb75d8e71063e1093..96f73a7d924ff6e07826631d678d829c24c73f77 100644 (file)
@@ -174,6 +174,7 @@ class environment extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index 039f40b7377438d7f48e42f7c96378b43dfd1117..aabdb75d9f2f6df59054178af17a19698ca3d064 100644 (file)
@@ -36,6 +36,7 @@ class hotplugDialog extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index 97f09667ca7fca2ca161b73ad7a1e873b615db21..6a12c637a8d7eb79ee572a9236601cd59630ec3c 100644 (file)
@@ -29,6 +29,7 @@ class kioskManagementDialog extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index ebac2ef18af85f61b94fd5495a28179f51d8ceaf..c5ac543c8ae32493ecc89a678f3523654b476521 100644 (file)
@@ -43,6 +43,7 @@ class logonManagementDialog extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     $smarty= get_smarty();
     $display= "";
 
index 76904fbf0ddfa7ad4ceca29d1db898b5bdaee862..c5584545a511fabee648aacb9b5939247857baf0 100644 (file)
@@ -27,6 +27,7 @@ class selectPrinterDialog extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index a593cdb088569395ab3f8df7e650dba385df84ee..d45ab8c7cb33ca61b70660c5db0269d33acd3f57 100644 (file)
@@ -205,6 +205,7 @@ class user extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     $smarty= get_smarty();
 
     /* Fill calendar */
index 344384ae9d1fb5662789a1bac61a80fd98de9489..4587546aeb8efd6e1d58c963a4a1c3c0ff421b71 100644 (file)
@@ -176,6 +176,7 @@ class mailAccount extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Load templating engine */
     $smarty= get_smarty();
     $display= "";
index b939be4c604be5fcbcf260034424c13dd0c8e668..b342c08d93174c2e42c7e41b1857e6ec3b35945f 100644 (file)
@@ -69,6 +69,7 @@ class nagiosAccount extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Load templating engine */
     $smarty= get_smarty();
     $display= "";
index d163ee0fe17c8c732f7269f8d3c0372710bff6f2..a22d30badc93762995eb7b3446268f8f21845293 100644 (file)
@@ -210,6 +210,7 @@ class posixAccount extends plugin
   {
        /* 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 8aabdf468c96d24bf18c65d15078e60d2ebe8c91..d9d659e8ba2e4c926785ffbb4740cb0d07d93478 100644 (file)
@@ -185,6 +185,7 @@ class sambaAccount extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Do we need to flip is_account state? */
     if (isset($_POST['modify_state'])){
       $this->is_account= !$this->is_account;