summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 34a0de8)
raw | patch | inline | side by side (parent: 34a0de8)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 14:29:29 +0000 (14:29 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 14:29:29 +0000 (14:29 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9866 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc | patch | blob | history |
diff --git a/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc b/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc
index 794295a48e0345ef192035f8cff831ddb9a5dcf7..11bfa6d12faa7eec5973ee39fa22dbbd7e981307 100644 (file)
$this->AddHeader(array("string" => _("Actions"), "attach" => "style='width:".$action_col_size."px;border-right:0px;text-align:right;'" ));
/* Add Checkboxes / SubSearch checkbox */
- $this->AddCheckBox("ShowSendBocklists" , msgPool::selectToView(_("Send blocklist")), _("Show send blocklists"),true));
- $this->AddCheckBox("ShowReceiveBlocklists" , msgPool::selectToView(_("Receive blocklist")), _("Show receive blocklists"),true));
+ $this->AddCheckBox("ShowSendBocklists" , msgPool::selectToView(_("Send blocklist")), _("Show send blocklists"),true);
+ $this->AddCheckBox("ShowReceiveBlocklists" , msgPool::selectToView(_("Receive blocklist")), _("Show receive blocklists"),true);
$this->AddCheckBox(SEPERATOR);
$this->AddCheckBox("SubSearch", msgPool::selectToView("","subsearch"), msgPool::selectToView("","subsearch_small"), false);