Code

10b600ba6856df362c1677d62818a2a7bb5cee76
[gosa.git] / include / sieve / templates / management.tpl
1 <h2>{t}Sieve script management{/t}</h2>
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 verfiy 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="{t}Ok{/t}">
25                 &nbsp;
26                 <input type=submit name="sieve_cancel" value="{t}Cancel{/t}">
27         </p>