Code

- Added ssh plugin
[gosa.git] / plugins / admin / systems / servdns.tpl
index ba53940884ad9bea5ff698678f0acbfe23ca6023..f9b0cb329f0bce538a2770622189d1969d2c6d6f 100644 (file)
@@ -3,14 +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
-  document.mainform.AddZone.focus();
+       focus_field('AddZone');
   -->
 </script>