Code

Added Inherit all button to Workstation Servive - testing.
[gosa.git] / plugins / admin / systems / servdns.tpl
index 449ac7ba2f406bba81a7cb3fce958735fc5aa2e7..88a6f582c369ba7f2c7b7f01150d79e5fb2831c2 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}" {$servdnsACL}>
+<!--           <input type="submit" name="EditZone" value="{t}Edit{/t}" {$servdnsACL}>-->
+<!--           <input type="submit" name="RemoveZone" value="{t}Remove{/t}" {$servdnsACL}>-->
+       </td>
+</tr>
+</table>
+<script language="JavaScript" type="text/javascript">
+  <!-- // First input field on page
+       focus_field('AddZone');
+  -->
+</script>