summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 80b7993)
raw | patch | inline | side by side (parent: 80b7993)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Sep 2005 09:55:30 +0000 (09:55 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Sep 2005 09:55:30 +0000 (09:55 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1420 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/headpage.tpl | patch | blob | history | |
plugins/admin/systems/headpage.tpl | patch | blob | history |
index 1b6065d85319e56fb6e8d21532bb1cbc28f58bfd..3d93e73263ddf0588f2075a205ed997eb23dc539 100644 (file)
<table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
<tr>
<!--<td style="width:99%;"><LABEL for="regex"><img alt="{t}Display groups matching{/t}" src="{$searchg_image}" align="left"></LABEL></td>-->
- <td style="width:50%;"><label for="regex">{t}Display groups matching{/t}</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' value='{$regex}' title='{t}Regular expression for matching group names{/t}' onChange="mainform.submit()">
+ <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;">
<tr>
<!--<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:50%;"><label for="guest">{t}Display groups of user{/t}</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' value='{$guser}'
+ <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>
index a55c5ed2e59db13aa6840a1c6e1ec93dba50f888..a75c59c99f44379bfbcca55c442b1fd9823fd743 100644 (file)
</table>
<table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
<tr>
-<td>
-<LABEL for="user"><img alt="{t}Display systems of user{/t}" src="{$searchu_image}" align=middle></LABEL>
+<td style="width:20%;">
+ <!--<LABEL for="user"><img alt="{t}Display systems of user{/t}" src="{$searchu_image}" align=middle></LABEL>-->
+ <label for="user" style="white-space:nowrap;">{t}Display systems of user{/t}</label>
</td>
-<td width="99%">
-<input type='text' style='width:99%' name='user' maxlength='20' value='{$user}' title='{t}User name of which terminal(s) are shown{/t}' onChange="mainform.submit()">
+<td>
+<input type='text' style='width:99%' align='left' name='user' maxlength='20' value='{$user}' title='{t}User name of which terminal(s) are shown{/t}' onChange="mainform.submit()">
</td>
</tr>
</table>