Code

Updated workstation - Startup
[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 <p class="seperator">&nbsp;</p>
3 {if $disableDialog}
4         <br><b>
5         {t}This dialog can't be used until the currently edited zone was saved or the zone entry exists in the ldap database.{/t}
6         </b>
7 {else}
8         <br>
9         {$table}
10         <br>
11         <input type='submit' name='UserRecord' value='{t}New entry{/t}' title='{t}Create a new DNS zone entry{/t}'>
12 {/if}
14 <p class="seperator">&nbsp;</p>
15 <div style="text-algin:right;" align="right">
16     <p>
17         <input type="submit" name="SaveZoneEntryChanges" value="{t}Save{/t}">
18         <input type="submit" name="CancelZoneEntryChanges" value="{t}Cancel{/t}">
19     </p>
20 </div>
22 <script language="JavaScript" type="text/javascript">
23   <!-- // First input field on page
24         focus_field('zoneName');
25   -->
26 </script>
27