summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4a43b51)
raw | patch | inline | side by side (parent: 4a43b51)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 13:18:03 +0000 (13:18 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 13:18:03 +0000 (13:18 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9844 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 dd47e66443c9ec5b981a325038acde61cef6149b..a8479864968db69c97379bf3b8f1143bc0833193 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", _("Select to search within subtrees"), _("Search in subtrees"), false);