Code

Some template updates
[gosa.git] / include / sieve / templates / element_discard.tpl
index a557876c80ac58062c3cb4a06f283bfbddcd2a4b..55cfb82fc98f21c6c133119639fc13dcdedd858e 100644 (file)
@@ -1,7 +1,12 @@
-<table cellspacing=0 width='100%'>
+<table class='sieve_discard_container'>
        <tr>
-               <td style='background-color:#ffeccc; height: 50px;'>
-                       <b>{t}Discard message{/t}</b>
+               <td>
+                       <b>{t}Discard{/t}</b>
+               </td>
+       </tr>
+       <tr>
+               <td class='sieve_discard_input'>
+                       {t}Discard the message{/t}
                </td>
        </tr>
 </table>