Code

Updated strings in dhcp error msgs
[gosa.git] / plugins / admin / systems / servdhcp.tpl
index 1c2e4433225dbd1e381f635754b0742e15f25901..89b26fb19688b903964704f528c2b029c33feca7 100644 (file)
@@ -3,19 +3,6 @@
        <tr>
                <td style="width:100%;vertical-align:top;">
                        <h2>{t}DHCP take over initiated{/t}</h2>
-                       {$warning}
-                       {t}This includes 'all' DHCP subsections that are located within this server. Please double check if your really want to do this.{/t}
-                       <p>
-                       {$warning2}
-                       <br>
-                       <input type='submit' name='cancel_take_over' value='{t}Cancel{/t}'>
-                       </p>
-                       <p>
-                       {t}Following objects will be taken over{/t}&nbsp;:
-                       </p>
-                       <p>
-                       <pre>{$info}</pre>
-                       </p>
                </td>
        </tr>
 </table>
 {if $dhcp_server_list_cnt}
 <tr>
        <td style="width:100%;vertical-align:top;">
-               <b>{t}Take over dhcp configuration from following server{/t}</b>&nbsp;
+               <b>{t}Take over DHCP configuration from{/t}</b>&nbsp;
                <select name='take_over_src'>
                        {html_options options=$dhcp_server_list}
                </select>
-               <input type="submit" name="take_over" value="{t}Apply{/t}">
+               <input type="submit" name="take_over" value="{t}Take over{/t}">
        </td>
 </tr>
 {/if}
@@ -36,7 +23,6 @@
        <td style="width:100%;vertical-align:top;">
        <h2>{t}DHCP sections{/t}</h2>
                {$DhcpList}
-<!--           <input type="submit" name="takeOver" value="{t}Take over{/t}" {$dhcpACL}>-->
        </td>
 </tr>
 </table>