Code

Starting move
[gosa.git] / gosa-core / plugins / admin / systems / services / dhcp / dhcpNewSection.tpl
1 <div style="font-size: 18px;">
2         {t}Create new DHCP section{/t}
3 </div>
4 <br>
5 <p class="seperator">
6 <b>{t}Please choose one of the following DHCP section types.{/t}</b>
7 </p>
8 <br>
9 {t}Section{/t}&nbsp;
10 <select size="1" id="section" name="section" title="{t}Choose section type to create{/t}">
11   {html_options options=$sections}
12 </select>
14 <p class="plugbottom">
15   <input type=submit name="create_section" value="{t}Create{/t}">
16   &nbsp;
17   <input type=submit name="cancel_section" value="{t}Cancel{/t}">
18 </p>
19         
20 <!-- Place cursor -->
21 <script language="JavaScript" type="text/javascript">
22         <!--
23         focus_field('section');
24         -->
25 </script>