Code

Updated template
[gosa.git] / plugins / admin / groups / headpage.tpl
index d88347582d0a755560c336f001d86d82cc0e61d0..fb28dcb34dc4533c22e404834999f7bc5d45e062 100644 (file)
 
     <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}' 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 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><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>