Code

removed description *must
[gosa.git] / plugins / admin / groups / headpage.tpl
index 6a7b7fdd37922e89013e6fbdb0e4de95e9b90e00..3d93e73263ddf0588f2075a205ed997eb23dc539 100644 (file)
@@ -27,7 +27,7 @@
    </div>
    <br>
    <div class="contentboxh">
-    <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]"><LABEL for='filter'>{t}Filters{/t}</LABEL></p>
+    <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
    </div>
    <div class="contentboxb">
      <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
 
     <table summary=""  style="width:100%;border-top:1px solid #B0B0B0;">
                <tr>
-                       <td width="50%"><img alt="" src="{$search_image}" align=middle>&nbsp;
-                               <LABEL for="regex">{t}Display groups matching{/t}</LABEL>
-                       </td>
-               <td>
-                               <input type='text' id="regex" name='regex' maxlength='20' value='{$regex}' id='filter' 
-                                       title='{t}Regular expression for matching group names{/t}' onChange="mainform.submit()">
+                       <!--<td style="width:99%;"><LABEL for="regex"><img alt="{t}Display groups matching{/t}" src="{$searchg_image}" align="left"></LABEL></td>-->
+                       <td style="width:20%;"><label for="regex" style="white-space:nowrap;">{t}Display groups matching{/t}</label></td>
+                       <td>
+                               <input type='text' id="regex" name='regex' maxlength='20' style="width:99%;" value='{$regex}' title='{t}Regular expression for matching group names{/t}' onChange="mainform.submit()">
                        </td>
                </tr>
        </table>
-    <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
+       <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
                <tr>
-                       <td width="50%"><img alt="" src="{$search_image}" align=middle>&nbsp;
-                               <LABEL for="guser">{t}Display groups of user{/t}</LABEL>
-                       </td>
-               <td>
-                               <input id="guser" type='text' name='guser' maxlength='20' value='{$guser}' 
+                       <!--<td style="width:99%;"><LABEL for="guser"><img alt="{t}Display groups of user{/t}" src="{$searchu_image}" align="left"></LABEL></td>-->
+                       <td style="width:20%;"><label for="guest" style="white-space:nowrap;">{t}Display groups of user{/t}</label></td>
+                       <td>
+                               <input id="guser" type='text' name='guser' maxlength='20' style="width:99%;" value='{$guser}' 
                                        title='{t}User name of which groups are shown{/t}' onChange="mainform.submit()">
                        </td>
                </tr>