Code

Updated workstation - Startup
[gosa.git] / plugins / admin / systems / servDNSeditZoneEntries.tpl
index 7211fb32abc5df5e99c9c2b2ba66276df570b484..9c0428c29d58795aa28029bf97225bd7f7ad7290 100644 (file)
@@ -1,17 +1,14 @@
 <h2>{t}This dialog allows you to configure all components of this DNS zone on a single list.{/t}</h2>
-{t}Be careful editing record types with this dialog. All changes will be saved immediately when using the save button.{/t}
-<br>
-<br>
 <p class="seperator">&nbsp;</p>
 {if $disableDialog}
        <br><b>
        {t}This dialog can't be used until the currently edited zone was saved or the zone entry exists in the ldap database.{/t}
        </b>
 {else}
-       {t}To add a new host entry just click here{/t}
-       <input type='image' name='UserRecord' src='images/select_default.png' alt='{t}New{/t}' title='{t}New{/t}'>
        <br>
-       {$table}        
+       {$table}
+       <br>
+       <input type='submit' name='UserRecord' value='{t}New entry{/t}' title='{t}Create a new DNS zone entry{/t}'>
 {/if}
 
 <p class="seperator">&nbsp;</p>
@@ -24,7 +21,7 @@
 
 <script language="JavaScript" type="text/javascript">
   <!-- // First input field on page
-  document.mainform.zoneName.focus();
+       focus_field('zoneName');
   -->
 </script>