Code

Removed a couple vertical aligns
[gosa.git] / gosa-core / plugins / admin / ogroups / ogroup_objects.tpl
index 1625b3e327199db56c5d114239a113654431a89c..96f2cd321fbc07403c49520831a940dfbbc8c4fd 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; width:600px;">
+  <td style="width:600px;">
    <div class="contentboxh" style="height:20px;">
     <p class="contentboxh" style="font-size:12px">
      <b>{t}Select objects to add{/t} {$hint}</b>
@@ -15,7 +15,7 @@
     </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>
    </div>
@@ -25,7 +25,7 @@
      </table>
         <p class="contentboxb" style="border-top:1px solid #B0B0B0; background-color:#F8F8F8">
                {foreach from=$checkboxes item=item key=key}
-                       <input type='checkbox' {if $item.C} checked {/if} class="center" 
+                       <input type='checkbox' {if $item.C} checked {/if} class="center" onClick="document.mainform.submit();" 
                                        name="{$key}" value="1" title="{$item.T}">{$item.L}<br>
                {/foreach}
         </p>
@@ -45,9 +45,9 @@
 </tr>
 </table>
 
-<p class="plugbottom">
+
+<hr>
+<div class="plugin-actions">
   <input type=submit name="add_object_finish" value="{msgPool type=addButton}">
-  &nbsp;
   <input type=submit name="add_object_cancel" value="{msgPool type=cancelButton}">
-</p>
-
+</div>