Code

Fixed error FAIscript (invalid attribute )
[gosa.git] / plugins / admin / systems / headpage.tpl
index a55c5ed2e59db13aa6840a1c6e1ec93dba50f888..288ccd3e8024060986720b10b94b36a3ebfae858 100644 (file)
 <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>
+       <LABEL for="user"><img alt="{t}Display systems of user{/t}" src="{$searchu_image}" align=middle title="{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 style="width:99%">
+<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>