Code

- Added ssh plugin
[gosa.git] / plugins / admin / systems / servdns.tpl
index 8e5f94b49425e26e841e92c8b3a53f0aa5ae8ba2..f9b0cb329f0bce538a2770622189d1969d2c6d6f 100644 (file)
@@ -3,9 +3,13 @@
 <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}">
+               <input type="submit" name="AddZone" value="{t}Add{/t}" {$servdnsACL}>
+<!--           <input type="submit" name="TakeOver" value="{t}Take over{/t}" {$servdnsACL}>-->
        </td>
 </tr>
 </table>
+<script language="JavaScript" type="text/javascript">
+  <!-- // First input field on page
+       focus_field('AddZone');
+  -->
+</script>