Code

0efdd7bd40651301af12b89444790a26f83da5b3
[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         <br>
12         {$table}
13         <br>
14         <input type='submit' name='UserRecord' value='{t}New entry{/t}' title='{t}Create a new DNS zone entry{/t}'>
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