Code

Updated dhcp take over
[gosa.git] / plugins / admin / systems / 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 initiated{/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{/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}Take over{/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}