summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8529100)
raw | patch | inline | side by side (parent: 8529100)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 14:15:12 +0000 (14:15 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 14:15:12 +0000 (14:15 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9850 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/class_target_list.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/class_target_list.inc b/gosa-plugins/goto/addons/goto/class_target_list.inc
index a54c4e323ddb20feb7e2423edbfe636ff2207aae..446176256cfa9f7044bc5c13371b4a90037e4499 100644 (file)
/* Add SubSearch checkbox */
$this->AddCheckBox(SEPERATOR);
- $this->AddCheckBox("SubSearch", _("Select to search within subtrees"), _("Search in subtrees"), false);
+ $this->AddCheckBox("SubSearch", msgPool::selectToView("","subsearch"), msgPool::selectToView("","subsearch_small"), false);
$this->AddCheckBox("IPMatch", _("Select to search for a specific IP range only"), _("Match IP range"), false);
/* Name,Text,Default , Connect with alphabet */