From: hickert Date: Tue, 7 Aug 2007 10:05:44 +0000 (+0000) Subject: Implemented new get_languages function to faxacoount X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3a16defc774e8f7a75fedad290c72087fe6e12f8;p=gosa.git Implemented new get_languages function to faxacoount git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6981 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofax/faxaccount/class_gofaxAccount.inc b/plugins/gofax/faxaccount/class_gofaxAccount.inc index 55c115905..ed66cd3b6 100644 --- a/plugins/gofax/faxaccount/class_gofaxAccount.inc +++ b/plugins/gofax/faxaccount/class_gofaxAccount.inc @@ -572,7 +572,7 @@ class gofaxAccount extends plugin /* Show main page */ - $smarty->assign("languages", $this->config->data['MAIN']['LANGUAGES']); + $smarty->assign("languages", get_languages()); $smarty->assign("formats", $this->config->data['MAIN']['FAXFORMATS']); $smarty->assign("printers", $this->printerList); diff --git a/plugins/gofax/faxaccount/generic.tpl b/plugins/gofax/faxaccount/generic.tpl index 87a5b0acb..8fd4b5f86 100644 --- a/plugins/gofax/faxaccount/generic.tpl +++ b/plugins/gofax/faxaccount/generic.tpl @@ -16,7 +16,7 @@