Code

One translation changed.
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 6 Jul 2007 12:36:24 +0000 (12:36 +0000)
committercajus <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

plugins/admin/systems/class_divListSystem.inc
plugins/admin/systems/selectUserToPrinterDialog.tpl

index 42ce4cbcee7315408c546461e1c513d8e1411cc1..c98116dd11c42da09fd851b668e3b9c734e3c183 100644 (file)
@@ -68,11 +68,11 @@ class divListSystem extends MultiSelectWindow
 
     /* 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()
index 5cd8e152ab1554b44a4c2f52900fd6b031b5037f..c60be22972c458f4bdd6236ea6051628c41f5f35 100644 (file)
@@ -28,7 +28,7 @@
                                        <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}>&nbsp;{t}Ignore subtrees{/t}
+                                                               <input type='checkbox' name='SubSearch' value='1' title='{t}Select to search within subtrees{/t}' onClick='document.mainform.submit();' {$subtree}>&nbsp;{t}Search in subtrees{/t}
                                                        </td>
                                                </tr>
                                        </table>