Code

Some template updates
[gosa.git] / include / sieve / templates / element_envelope.tpl
index 6bc8e235161fb79d313e80db3071acb0200d3482..6e86b55c472f67554106acef5f42a05bd99f8830 100755 (executable)
@@ -1,16 +1,4 @@
-
-
-{if $LastError != ""}
-       <table style='width:100%;'> 
-               <tr>
-                       <td style='width:40px; background-color: #FF0000; text-align:center; border: dotted 3px #ff7c1c'>
-                               <img src='images/warning.png' alt='{t}Error{/t}'>
-                       </td>
-                       <td>
-{/if}
-
-<table cellspacing=0 cellpadding=2 style='background-color:#EEEEDD;width:100%; border: solid 1px #CCCCCC'>
-       {if $Expert}
+<table class='sieve_test_case'>
        {if $Expert}
        {if $LastError != ""}
                <tr>
@@ -97,8 +85,6 @@
         {/if}
        <tr>
                <td style='vertical-align:top;'>
-                       {t}If{/t}
-                       &nbsp;
                        <b>{t}Envelope{/t}</b>
                
                        {if $Inverse}
        </tr>
        {/if}
 </table>
-{if $LastError != ""}
-
-                       </td>
-               </tr>
-       </table>
-{/if}