Code

Put each class in a single file.
[gosa.git] / include / sieve / templates / element_require.tpl
1 {if $LastErrorCnt != 0}
2     <table style='width:100%;'>
3         <tr>
4             <td style='width:40px; background-color: #FF0000; text-align:center; border: dotted 3px #ff7c1c'>
5                 <img src='images/warning.png' alt='{t}Error{/t}'>
6             </td>
7             <td>
8 {/if}
10 <table cellspacing=0 style='width:100%;background-color:#e4ffc9;'>
11         
12         {foreach from=$LastError item=val key=key}
13                 <tr>
14                         <td colspan=4>
15                                 <font color='red'><b>{$LastError[$key]}</b></font>
16                         </td>
17                 </tr>
19         {/foreach}
20         <tr>
21                 <td style=''>
22                         <b>{t}Require{/t}</b>
23                 </td>
24         </tr>
25         <tr>
26                 <td style='padding-left:20px; height:50px;'>
27                         <input type='text'  name='require_{$ID}' style='width:100%' value='{$Require}'>
28                 </td>
29         </tr>
30 </table>
32 {if $LastErrorCnt != 0}
34             </td>
35         </tr>
36     </table>
37 {/if}