summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 735e9fe)
raw | patch | inline | side by side (parent: 735e9fe)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 6 Jul 2007 12:36:24 +0000 (12:36 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 6 Jul 2007 12:36:24 +0000 (12:36 +0000) |
Disabled one regex
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6760 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6760 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_divListSystem.inc | patch | blob | history | |
plugins/admin/systems/selectUserToPrinterDialog.tpl | patch | blob | history |
diff --git a/plugins/admin/systems/class_divListSystem.inc b/plugins/admin/systems/class_divListSystem.inc
index 42ce4cbcee7315408c546461e1c513d8e1411cc1..c98116dd11c42da09fd851b668e3b9c734e3c183 100644 (file)
/* Add SubSearch checkbox */
$this->AddCheckBox(SEPERATOR);
- $this->AddCheckBox("SubSearch", _("Select to search within subtrees"), _("Ignore subtrees"), false);
+ $this->AddCheckBox("SubSearch", _("Select to search within subtrees"), _("Search in subtrees"), false);
/* Name ,Text ,Default , Connect with alphabet */
$this->AddRegex ("Regex", _("Display systems matching"),"*" , true);
- $this->AddRegex ("UserRegex", _("Display systems of user"), "*" , false, "images/search_user.png");
+ /*$this->AddRegex ("UserRegex", _("Display systems of user"), "*" , false, "images/search_user.png");*/
}
function GenHeader()
diff --git a/plugins/admin/systems/selectUserToPrinterDialog.tpl b/plugins/admin/systems/selectUserToPrinterDialog.tpl
index 5cd8e152ab1554b44a4c2f52900fd6b031b5037f..c60be22972c458f4bdd6236ea6051628c41f5f35 100644 (file)
<table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
<tr>
<td>
- <input type='checkbox' name='SubSearch' value='1' title='{t}Select to search within subtrees{/t}' onClick='document.mainform.submit();' {$subtree}> {t}Ignore subtrees{/t}
+ <input type='checkbox' name='SubSearch' value='1' title='{t}Select to search within subtrees{/t}' onClick='document.mainform.submit();' {$subtree}> {t}Search in subtrees{/t}
</td>
</tr>
</table>