Code

- Added ssh plugin
[gosa.git] / plugins / admin / systems / servdns.tpl
index 1a0eaf280724243d1a3ef8104c1f18b594b72548..f9b0cb329f0bce538a2770622189d1969d2c6d6f 100644 (file)
@@ -4,13 +4,12 @@
        <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}>-->
+<!--           <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>