Code

Created trunk inside of 2.6-lhm
[gosa.git] / trunk / gosa-plugins / dns / admin / systems / services / dns / 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>
12         {render acl=$acl}
13         <input type='submit' name='UserRecord' value='{t}New entry{/t}' title='{t}Create a new DNS zone entry{/t}'>
14         {/render}
15 {/if}
17 <p class="seperator">&nbsp;</p>
18 <div style="text-algin:right;" align="right">
19     <p>
20         {render acl=$acl}
21         <input type="submit" name="SaveZoneEntryChanges" value="{msgPool type=saveButton}">
22         {/render}
23         <input type="submit" name="CancelZoneEntryChanges" value="{msgPool type=cancelButton}">
24     </p>
25 </div>
27 <script language="JavaScript" type="text/javascript">
28   <!-- // First input field on page
29         focus_field('zoneName');
30   -->
31 </script>
32