Code

Fix system dialog
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Aug 2005 21:02:25 +0000 (21:02 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Aug 2005 21:02:25 +0000 (21:02 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1112 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_systemManagement.inc
plugins/admin/systems/headpage.tpl

index 8ce5e041d3fdf2b3a30c89e38e32cd8cd9050655..b7761861789a565f088d3b652039226a8f3fc6c9 100644 (file)
@@ -674,6 +674,7 @@ class systems extends plugin
     $smarty->assign("terminalshead", $listhead);
     $smarty->assign("terminals", $divlist->DrawList());
     $smarty->assign("search_image", get_template_path('images/search.png'));
+    $smarty->assign("searchu_image", get_template_path('images/search_user.png'));
     $smarty->assign("tree_image", get_template_path('images/tree.png'));
     $smarty->assign("infoimage", get_template_path('images/info.png'));
     $smarty->assign("launchimage", get_template_path('images/launch.png'));
index 62fff7c38041aa8e07a2a14fd94c0cf92adfd0c7..a55c5ed2e59db13aa6840a1c6e1ec93dba50f888 100644 (file)
        </tr>
 </table>    
 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
-       <tr>
-               <td width="50%"><img alt="" src="{$search_image}" align=middle>
-                       &nbsp;{t}Display systems matching{/t}
-               </td>
-           <td>
-                       <input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching system names{/t}' onChange="mainform.submit()">
-               </td>
-       </tr>
+<tr>
+<td><LABEL for="regex"><img alt="{t}Display systems matching{/t}" src="{$search_image}" align=middle></label></td>
+<td width="99%">
+<input type='text' style='width:99%' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching system names{/t}' onChange="mainform.submit()">
+</td>
+</tr>
 </table>
 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
-       <tr>
-               <td width="50%">
-                       <img alt="" src="{$search_image}" align=middle>
-                               &nbsp;{t}Display terminal(s) of user{/t}
-                       </td>
-                   <td>
-                               <input type='text' name='user' maxlength='20' value='{$user}' title='{t}User name of which terminal(s) are shown{/t}' onChange="mainform.submit()">
-                       </td>
-       </tr>
+<tr>
+<td>
+<LABEL for="user"><img alt="{t}Display systems of user{/t}" src="{$searchu_image}" align=middle></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>
+</tr>
 </table>
    {$apply}
    </div>