Code

Added DNS and DHCP enable disable options into setup step 2
[gosa.git] / include / sieve / templates / add_element.tpl
1 <h2>{t}Add a new element{/t}</h2>
2 {t}Please select the type of element you want to add{/t}
3 <br>
4 <select name='element_type'>
5         {html_options options=$element_types selected=$element_type }
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='select_new_element_type' value='{t}Continue{/t}'>
12     &nbsp;
13     <input type='submit' name='select_new_element_type_cancel' value='{t}Abort{/t}'>
14 </div>