Code

Updated printGeneric.
[gosa.git] / plugins / admin / systems / servdns.tpl
index 2b5300c1d5c6eb09c7fb56afe60d961062be2e02..2475c29826a42bf2685049e2da3ba9b712881591 100644 (file)
@@ -2,20 +2,7 @@
 <table summary="" width="100%">
     <tr>
         <td style="width:100%;vertical-align:top;">
-            <h2>{t}DNS take over initiated{/t}</h2>
-            {$warning}
-            {t}This includes 'all' DNS zones 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>
+            <h2>{t}DNS take over will take place when saving this entry. Choose 'Cancel' to abort.{/t}</h2>
         </td>
     </tr>
 </table>
@@ -24,7 +11,7 @@
 {if $dns_server_list_cnt}
 <tr>
     <td style="width:100%;vertical-align:top;">
-        <b>{t}Take over DHCP configuration from{t}</b>&nbsp;
+        <b>{t}Take over DNS configuration from{/t}</b>&nbsp;
         <select name='take_over_src'>
             {html_options options=$dns_server_list}
         </select>