Code

Fixed gotoPrinter membership problem
[gosa.git] / plugins / admin / systems / servdns.tpl
index 449ac7ba2f406bba81a7cb3fce958735fc5aa2e7..ba53940884ad9bea5ff698678f0acbfe23ca6023 100644 (file)
@@ -1 +1,16 @@
-DNS functionality here..
+<h2>{t}Zones{/t}</h2>
+<table summary="" width="100%">
+<tr>
+       <td style="width:100%;vertical-align:top;">
+               {$ZoneList}
+               <input type="submit" name="AddZone" value="{t}Add{/t}">
+               <input type="submit" name="EditZone" value="{t}Edit{/t}">
+               <input type="submit" name="RemoveZone" value="{t}Remove{/t}">
+       </td>
+</tr>
+</table>
+<script language="JavaScript" type="text/javascript">
+  <!-- // First input field on page
+  document.mainform.AddZone.focus();
+  -->
+</script>