Code

Updated preg_matches
[gosa.git] / plugins / admin / systems / servDNSeditZoneEntries.tpl
index 5cc51d7280855e45328fd221b91e0858bf7a3287..0efdd7bd40651301af12b89444790a26f83da5b3 100644 (file)
@@ -1,11 +1,27 @@
-sdfasdf
+<h2>{t}This dialog allows you to configure all components of this DNS zone on a single list.{/t}</h2>
+{t}Be careful editing record types with this dialog. All changes will be saved immediately when using the save button.{/t}
+<br>
+<br>
+<p class="seperator">&nbsp;</p>
+{if $disableDialog}
+       <br><b>
+       {t}This dialog can't be used until the currently edited zone was saved or the zone entry exists in the ldap database.{/t}
+       </b>
+{else}
+       <br>
+       {$table}
+       <br>
+       <input type='submit' name='UserRecord' value='{t}New entry{/t}' title='{t}Create a new DNS zone entry{/t}'>
+{/if}
 
+<p class="seperator">&nbsp;</p>
 <div style="text-algin:right;" align="right">
     <p>
         <input type="submit" name="SaveZoneEntryChanges" value="{t}Save{/t}">
         <input type="submit" name="CancelZoneEntryChanges" value="{t}Cancel{/t}">
     </p>
 </div>
+
 <script language="JavaScript" type="text/javascript">
   <!-- // First input field on page
   document.mainform.zoneName.focus();