From 429020ca407106f91dd97af0f509c63fc418d529 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 28 Jun 2005 11:04:32 +0000 Subject: [PATCH] removed application varnames strings git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@896 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/macro/class_gofonMacro.inc | 2 +- .../gofon/macro/class_gofonMacroManagement.inc | 18 +++++++++--------- plugins/gofon/macro/headpage.tpl | 6 +++--- plugins/gofon/macro/remove.tpl | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/plugins/gofon/macro/class_gofonMacro.inc b/plugins/gofon/macro/class_gofonMacro.inc index 0da607088..4326f116b 100755 --- a/plugins/gofon/macro/class_gofonMacro.inc +++ b/plugins/gofon/macro/class_gofonMacro.inc @@ -10,7 +10,7 @@ class macro extends plugin { /*! CLI vars */ - var $cli_summary= "Handling of GOsa's application object"; + var $cli_summary= "Handling of GOsa's macro object"; /*! CLI vars */ var $cli_description= "Some longer text\nfor help"; /*! CLI vars */ diff --git a/plugins/gofon/macro/class_gofonMacroManagement.inc b/plugins/gofon/macro/class_gofonMacroManagement.inc index e6a852f90..ba19f05af 100755 --- a/plugins/gofon/macro/class_gofonMacroManagement.inc +++ b/plugins/gofon/macro/class_gofonMacroManagement.inc @@ -66,9 +66,9 @@ class gofonMacro extends plugin /* Check sorting variable */ if (!isset($this->macrotabs) && - !isset($_POST['new_app']) && - !isset($_POST['delete_app']) && - !isset($_POST['select_app'])){ + !isset($_POST['new_mac']) && + !isset($_POST['delete_mac']) && + !isset($_POST['select_mac'])){ $this->reload(); } @@ -81,7 +81,7 @@ class gofonMacro extends plugin } /* New macro? */ - if (isset($_POST['new_app'])){ + if (isset($_POST['new_mac'])){ /* By default we set 'dn' to 'new', all relevant plugins will react on this. */ @@ -100,7 +100,7 @@ class gofonMacro extends plugin unset ($_SESSION['objectinfo']); } - /* Finish apps edit is triggered by the tabulator dialog, so + /* Finish mac edit is triggered by the tabulator dialog, so the user wants to save edited data. Check and save at this point. */ if (isset($_POST['edit_finish'])){ @@ -123,7 +123,7 @@ class gofonMacro extends plugin del_lock ($this->dn); } - /* There's no page reload so we have to read new apps at + /* There's no page reload so we have to read new mac at this point. */ $this->reload (); unset ($this->macrotabs); @@ -137,7 +137,7 @@ class gofonMacro extends plugin } /* User wants to edit data? */ - if ((isset($_POST['select_app']) || (isset($_POST['edit_helper']) && $_POST['edit_helper'] == "1")) && isset($_POST['macrolists']) && $_POST['macrolists'] != ""){ + if ((isset($_POST['select_mac']) || (isset($_POST['edit_helper']) && $_POST['edit_helper'] == "1")) && isset($_POST['macrolists']) && $_POST['macrolists'] != ""){ /* Get 'dn' from posted 'macrolists', must be unique */ $this->dn= trim($_POST['macrolists']); @@ -163,7 +163,7 @@ class gofonMacro extends plugin } /* Remove user was requested */ - if (isset($_POST['delete_app']) && isset($_POST['macrolists'])){ + if (isset($_POST['delete_mac']) && isset($_POST['macrolists'])){ /* Get 'dn' from posted 'uid' */ $this->dn= trim($_POST['macrolists']); @@ -194,7 +194,7 @@ class gofonMacro extends plugin } /* Confirmation for deletion has been passed. Group should be deleted. */ - if (isset($_POST['delete_app_confirm'])){ + if (isset($_POST['delete_macro_confirm'])){ /* Some nice guy may send this as POST, so we've to check for the permissions again. */ diff --git a/plugins/gofon/macro/headpage.tpl b/plugins/gofon/macro/headpage.tpl index 9662619d5..13660ad2e 100755 --- a/plugins/gofon/macro/headpage.tpl +++ b/plugins/gofon/macro/headpage.tpl @@ -13,9 +13,9 @@
-   -   -   +   +   +  

diff --git a/plugins/gofon/macro/remove.tpl b/plugins/gofon/macro/remove.tpl index 6d3c769a3..c20ff3d82 100755 --- a/plugins/gofon/macro/remove.tpl +++ b/plugins/gofon/macro/remove.tpl @@ -11,7 +11,7 @@

- +  

-- 2.30.2