Code

Added branches container for old stuff
[gosa.git] / gosa-plugins / mail / personal / mail / sieve / templates / select_test_type.tpl
1 <h2>{t}Select the type of test 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='add_type' value='{t}Continue{/t}'>
12         &nbsp;
13         <input type='submit' name='does_nothing' value='{msgPool type=cancelButton}'>
14 </div>