Code

Fixed some dns zone editor problems
[gosa.git] / plugins / admin / systems / servDNSeditZoneEntries.tpl
1 <h2>{t}This dialog allows you to configure all components of this DNS zone on a single list.{/t}</h2>
2 {t}Be careful editing record types with this dialog. All changes will be saved immediately when using the save button.{/t}
3 <br>
4 <br>
5 <p class="seperator">&nbsp;</p>
6 {if $disableDialog}
7         <br><b>
8         {t}This dialog can't be used until the currently edited zone was saved or the zone entry exists in the ldap database.{/t}
9         </b>
10 {else}
11         {t}To add a new host entry just click here{/t}
12         <input type='image' name='UserRecord_Free' src='images/select_default.png' alt='{t}New{/t}' title='{t}New{/t}'>
13         <br>
14         {$table}        
15 {/if}
17 <p class="seperator">&nbsp;</p>
18 <div style="text-algin:right;" align="right">
19     <p>
20         <input type="submit" name="SaveZoneEntryChanges" value="{t}Save{/t}">
21         <input type="submit" name="CancelZoneEntryChanges" value="{t}Cancel{/t}">
22     </p>
23 </div>
25 <script language="JavaScript" type="text/javascript">
26   <!-- // First input field on page
27   document.mainform.zoneName.focus();
28   -->
29 </script>
30