Code

Fixed priority
[gosa.git] / plugins / admin / groups / headpage.tpl
index 1225c2f933d0aec449c1af0bcb3fe580fcea0791..5e2804f579775d07ee863bf449b3d4d50d850e29 100644 (file)
@@ -1,4 +1,4 @@
-<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
+<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding='4'>
 <tr>
   <td style="vertical-align:top;">
   <div class="contentboxh">
 
     <table summary=""  style="width:100%;border-top:1px solid #B0B0B0;">
                <tr>
-                       <td><LABEL for="regex"><img alt="{t}Display groups matching{/t}" src="{$searchg_image}" align="middle"></LABEL>
-                       </td>
-               <td width="99%">
-                       <input style='width:99%' type='text' id="regex" name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching group names{/t}' onChange="mainform.submit()">
+                       <td><LABEL for="regex"><img alt="{t}Display groups matching{/t}" src="{$search_image}" align="left"></LABEL></td>
+                       <td style='width:99%'>
+                               <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><LABEL for="guser"><img alt="{t}Display groups of user{/t}" src="{$searchu_image}" align=middle></LABEL>
-                       </td>
-               <td width="99%">
-                               <input style='width:99%' id="guser" type='text' name='guser' maxlength='20' value='{$guser}' 
+                       <td><LABEL for="guser"><img alt="{t}Display groups of user{/t}" src="{$searchu_image}" align="left"></LABEL></td>
+                       <td style='width:99%'>
+                               <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>