Code

Updated table summary
[gosa.git] / gosa-plugins / mail / personal / mail / sieve / templates / management.tpl
1 <h3>{t}List of sieve scripts{/t}</h3>
2 <!--
3 {if $uattrib_empty}
4                 
5         <font color='red'><b>{t}Connection to the sieve server could not be established, the authentification attribute is empty.{/t}</b></font><br>
6         {t}Please verify that the attributes uid and mail are not empty and try again.{/t}
7         <br>
8         <br>
10 {elseif $Sieve_Error != ""}
12         <font color='red'><b>{t}Connection to the sieve server could not be established.{/t}</b></font><br>
13         {$Sieve_Error}
14         <br>
15         {t}Possibly the sieve account has not been created yet.{/t}
16         <br>
17         <br>
18 {/if}
19         {t}Be careful. All your changes will be saved directly to sieve, if you use the save button below.{/t}
20 -->
21         {$List}
22         <input type='submit' name='create_new_script' value='{t}Create new script{/t}'>
23         <p style="text-align:right;border-top:1px solid #999; padding-top:10px;">
24                 <input type=submit name="sieve_finish" style="width:80px" value="{msgPool type=saveButton}">
25                 &nbsp;
26                 <input type=submit name="sieve_cancel" value="{msgPool type=cancelButton}">
27         </p>