Code

Some sieve update
[gosa.git] / include / sieve / templates / element_reject.tpl
1 <table cellspacing=0 width='100%' style='background-color: #ffba4d'>
2         <tr>
3                 <td style='width:100%;'>
4                         <b>{t}Reject mail{/t}</b>
5                         &nbsp;
6                         {if $Multiline}
7                                 {t}This will be a multiline text element{/t}
8                         {else}
9                                 {t}this will be stored as single string{/t}
10                         {/if}
11                 </td>
12         </tr>
13         <tr>
14                 <td style='padding-left:20px;'>
15                         <textarea name='reject_message_{$ID}' style='width:100%;height:40px;' >{$Message}</textarea>
16                 </td>
17         </tr>
18 </table>