From c70a046f686ae26db4287eb93a5742e3dd28d1b7 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 14 Jul 2008 12:36:48 +0000 Subject: [PATCH] Updated gofax acls. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11630 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../gofax/gofax/faxaccount/class_gofaxAccount.inc | 10 +++++----- gosa-plugins/gofax/gofax/faxaccount/main.inc | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc b/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc index 373109350..a1e97e13a 100644 --- a/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc +++ b/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc @@ -869,15 +869,15 @@ class gofaxAccount extends plugin "plOptions" => array(), "plProvidedAcls" => array( - "goFaxIsEnabled" => _("Enable/Disable fax"), - "goFaxRBlocklist" => _("Receive blocklist"), - "goFaxSBlocklist" => _("Send blocklist"), "facsimileTelephoneNumber" => _("Fax number"), // goFaxDeliveryMode + "goFaxLanguage" => _("Language"), + "goFaxFormat" => _("Delivery format"), "facsimileAlternateTelephoneNumber" => _("Alternate fax number"), // goFaxDeliveryMode + "goFaxIsEnabled" => _("Enable/Disable fax"), "faxtomail" => _("Deliver fax as mail"), "faxtoprinter" => _("Deliver fax to printer"), - "goFaxFormat" => _("Delivery format"), - "goFaxLanguage" => _("Language")) + "goFaxRBlocklist" => _("Receive blocklist"), + "goFaxSBlocklist" => _("Send blocklist")) )); } diff --git a/gosa-plugins/gofax/gofax/faxaccount/main.inc b/gosa-plugins/gofax/gofax/faxaccount/main.inc index f12766376..247d6d76c 100644 --- a/gosa-plugins/gofax/gofax/faxaccount/main.inc +++ b/gosa-plugins/gofax/gofax/faxaccount/main.inc @@ -96,7 +96,7 @@ if (!$remove_lock){ } else { $info= "\"\" ".$ui->dn." "; - if(preg_match("/w/",$ui->get_permissions($ui->dn,"users/gofaxAccount"))){ + if(preg_match("/r/",$ui->get_permissions($ui->dn,"users/gofaxAccount"))){ $info.= "\"\""._("Click the 'Edit' button below to change informations in this dialog"); $display.= ""; } -- 2.30.2