Code

c4d81168afeb57852aed4b943a9a48103b8bac16
[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>
7 {$table}        
9 <p class="seperator">&nbsp;</p>
10 <div style="text-algin:right;" align="right">
11     <p>
12         <input type="submit" name="SaveZoneEntryChanges" value="{t}Save{/t}">
13         <input type="submit" name="CancelZoneEntryChanges" value="{t}Cancel{/t}">
14     </p>
15 </div>
17 <script language="JavaScript" type="text/javascript">
18   <!-- // First input field on page
19   document.mainform.zoneName.focus();
20   -->
21 </script>
22