Code

Updated String handling in My_Tree class. To avoid losing quotes an every editing...
[gosa.git] / include / sieve / templates / select_test_type.tpl
1 <h2>{t}Select the test type you want to add{/t}</h2>
3 <b>{t}Available test types{/t}</b>&nbsp;:&nbsp;
4 <select name='test_type_to_add_{$ID}'>
5         {html_options options=$test_types_to_add}
6 </select>
8 <p class='seperator'>&nbsp;</p>
9 <br>
10 <div class='seperator' style='text-align:right; width:100%;'>
11         <input type='submit' name='does_nothing' value='{t}Abort{/t}'>
12         &nbsp;
13         <input type='submit' name='add_type' value='{t}Next{/t}'>
14 </div>