Code

Updated trunk, introduced gosa-core
[gosa.git] / plugins / admin / systems / services / dhcp / servdhcp.tpl
1 {if $dns_take_over}
2 <table summary="" width="100%">
3     <tr>
4         <td style="width:100%;vertical-align:top;">
5                         <h2>{t}DHCP take over will take place when saving this entry. Choose 'Cancel' to abort.{/t}</h2>
6         </td>
7     </tr>
8 </table>
9 {else}
10 <table summary="" width="100%">
11 {if $dhcp_server_list_cnt}
12 <tr>
13     <td style="width:100%;vertical-align:top;">
14         <b>{t}Take over dhcp configuration from following server{/t}</b>&nbsp;
15         <select name='take_over_src'>
16             {html_options options=$dhcp_server_list}
17         </select>
18         <input type="submit" name="take_over" value="{t}Apply{/t}">
19     </td>
20 </tr>
21 {/if}
22 <tr>
23     <td style="width:100%;vertical-align:top;">
24     <h2>{t}DHCP sections{/t}</h2>
25         {$DhcpList}
26     </td>
27 </tr>
28 </table>
29 {/if}
30 <p class='seperator'>&nbsp;</p>
31 <div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
32     <input type='submit' name='SaveService' value='{t}Save{/t}'>
33     &nbsp;
34     <input type='submit' name='CancelService' value='{t}Cancel{/t}'>
35 </div