Code

Created trunk inside of 2.6-lhm
[gosa.git] / trunk / gosa-plugins / mail / personal / mail / sieve / templates / element_boolean.tpl
1 <table class='sieve_test_case'>
2         <tr>
3                 <td>
4                         <b>{t}Bool{/t}</b>
5                         <select name='boolean_{$ID}' title='{t}Boolean value{/t}'> 
6                                 {html_options options=$values selected=$selected}
7                         </select>
8                         <input type='submit' value='{t}update{/t}'>
9                         <br>
10                 </td>
11         </tr>
12 </table>