Code

Updated manufacturer handling
[gosa.git] / plugins / admin / systems / headpage.tpl
index c374e1854e316d83982ea4f3fb4fb579675837d8..9db03c327e0a64e4eaa4e1973c900010299fd749 100644 (file)
@@ -7,30 +7,22 @@
     </p>
   </div>
   <div class="contentboxb">
-    <p class="contentboxb">
-     <select style="width:500px; height:450px;" name="termlist" size=15 ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
+      {$terminalshead}
+  </div>
+  <div style='height:4px;'></div>
+  <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
       {$terminals}
-    </select>
-    <br>
-    <input type=submit value="{t}New{/t}..." name="new_terminal">&nbsp;
-    <input type=submit value="{t}Edit{/t}" name="select_terminal">&nbsp;
-    <input type=submit value="{t}Delete{/t}" name="delete_terminal">&nbsp;
-    <input type=submit value="{t}Set password{/t}" name="set_password">&nbsp;
     <input type=hidden name="edit_helper">
-   </p>
   </div>
   </td>
   <td style="vertical-align:top;">
-   <div class="contentboxh">
+   <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;">
     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
    </div>
    <div class="contentboxb">
    <p class="contentboxb">
     {t}This menu allows you to add, remove and change the properties of specific systems. You can only add systems which have already been started once.{/t}
    </p>
-   <p>
-    {t}-Edit- will execute an assistant to aid you in changing the system properties. -Delete- will ask for confirmation before deleting systems.{/t}
-   </p>
    </div>
    <br>
    <div class="contentboxh">
        </tr>
 </table>    
 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
-       <tr>
-               <td width="50%"><img alt="" src="{$tree_image}" align=middle>
-                       &nbsp;{t}Display systems of department{/t}
-               </td>
-           <td>
-                       <select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
-                             {html_options options=$deplist selected=$depselect}
-                   </select>
-               </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 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 title="{t}Display systems of user{/t}"></LABEL>
+</td>
+<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>
    {$apply}
    </div>