Code

Some template updates
[gosa.git] / include / sieve / templates / element_allof.tpl
index 4a79f35da6a327496366be868d9ac785d77b06d9..4107e58de9624355c676e01ec40452a6e7875dc3 100644 (file)
@@ -1,19 +1,15 @@
-<table width='100%'  cellspacing=0 cellpadding=0>
+<table class='sieve_allof_container'>
        <tr>
-       <td style='     text-align:center; 
-                                       vertical-align: middle; 
-                                       width:45px;
-                                       background-color: #BDBDBD;
-                                       border: solid 1px #EEEEEE 
-                                       '>
+       <td class='sieve_allof_left'>
             {if $Inverse}
                 <input type='submit' name='toggle_inverse_{$ID}' value='{t}Not{/t}'>
             {else}
                 <input type='submit' name='toggle_inverse_{$ID}' value='{t}-{/t}'>
             {/if}
-            <img alt='' class='center' src='images/select_ogroup.png'>
+                       <br>
+                       <b>{t}All of{/t}</b>
                </td>
-        <td style='background-color:#BDBDBD ; border: solid 1px #EEEEEE'>
+        <td class='sieve_allof_right'>
                        {$Contents}
         </td>
        </tr>