Code

updated templates
[gosa.git] / gosa-core / plugins / admin / groups / trust_machines.tpl
index 9910148f6949d2ff14659b6069493888fb929af8..f4354750eba85561b6b5df2b72001d13ffd4efc8 100644 (file)
@@ -1,6 +1,6 @@
-<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
+<table summary="" style="width:100%" cellpadding=4>
 <tr>
-  <td style="vertical-align:top;">
+  <td>
    <div class="contentboxh" style="height:20px;">
     <p class="contentboxh" style="font-size:12px">
      <b>{t}Select systems to add{/t} {$hint}</b><br>
     </p>
    </div>
   </td>
-  <td style="vertical-align:top;">
+  <td>
    <div class="contentboxh" style="height:20px;">
-    <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]"><b>{t}Filters{/t}</b></p>
+    <p class="contentboxh" style="font-size:12px">{image path="{$launchimage}" align="right"}
+<b>{t}Filters{/t}</b></p>
    </div>
    <div class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
      <table summary="" style="width:100%;">
       {$alphabet}
      </table>
-    <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td width="50%"><img alt="" src="{$tree_image}" align=middle>&nbsp;{t}Display systems of department{/t}</td>
+    <table style='background-color:#F8F8F8' summary="" width="100%">
+<tr><td width="50%">{image path="{$tree_image}"}&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="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td width="50%"><img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display systems matching{/t}</td>
+    <table style='background-color:#F8F8F8' summary="" width="100%">
+<tr><td width="50%">{image path="{$search_image}"}&nbsp;{t}Display systems matching{/t}
+</td>
     <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching addresses{/t}' onChange="mainform.submit()"></td></tr></table>
    {$apply}
    </div>
@@ -36,7 +41,9 @@
 
 <hr>
 <div class="plugin-actions">
-  <input type=submit name="add_ws_finish" value="{msgPool type=addButton}">
-  <input type=submit name="add_ws_cancel" value="{msgPool type=cancelButton}">
+  <button type='submit' name='add_ws_finish'>{msgPool type=addButton}</button>
+
+  <button type='submit' name='add_ws_cancel'>{msgPool type=cancelButton}</button>
+
 </div>