From 68df4bbd09c55bd25d72e4156d107fa4ab098e8a Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 24 Mar 2010 13:41:03 +0000 Subject: [PATCH] Updated fax account git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17112 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc | 4 ++-- .../faxaccount/faxNumberSelect/class_faxNumberSelect.inc | 2 ++ gosa-plugins/gofax/gofax/faxaccount/generic.tpl | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc b/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc index 5e4872929..4d0ed59db 100644 --- a/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc +++ b/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc @@ -675,8 +675,8 @@ class gofaxAccount extends plugin }elseif($tmp & 64){ $tmp &= !64; } - if(isset($_POST['goFaxPrinter'])){ - $this->goFaxPrinter =get_post('goFaxPrinter'); + if(isset($_POST['goFaxPrinterSelected'])){ + $this->goFaxPrinter =get_post('goFaxPrinterSelected'); } } $this->goFaxDeliveryMode = $tmp; diff --git a/gosa-plugins/gofax/gofax/faxaccount/faxNumberSelect/class_faxNumberSelect.inc b/gosa-plugins/gofax/gofax/faxaccount/faxNumberSelect/class_faxNumberSelect.inc index 8a380c420..f995d0d3f 100644 --- a/gosa-plugins/gofax/gofax/faxaccount/faxNumberSelect/class_faxNumberSelect.inc +++ b/gosa-plugins/gofax/gofax/faxaccount/faxNumberSelect/class_faxNumberSelect.inc @@ -25,6 +25,8 @@ class faxNumberSelect extends management protected $skipFooter = TRUE; protected $skipHeader = TRUE; + var $plHeadline = "Fax number selection"; + function __construct($config,$ui) { $this->config = $config; diff --git a/gosa-plugins/gofax/gofax/faxaccount/generic.tpl b/gosa-plugins/gofax/gofax/faxaccount/generic.tpl index 7a86edf35..3dbcf184f 100644 --- a/gosa-plugins/gofax/gofax/faxaccount/generic.tpl +++ b/gosa-plugins/gofax/gofax/faxaccount/generic.tpl @@ -83,7 +83,7 @@ {/render} {t}Deliver fax to printer{/t}  {render acl=$faxtoprinterACL checkbox=$multiple_support checked=$use_goFaxPrinter} - {html_options options=$printers selected=$goFaxPrinter} -- 2.30.2