Code

Added Inherit all button to Workstation Servive - testing.
[gosa.git] / plugins / admin / systems / servdns.tpl
index 7cd08b7d945285fcd47264cd33c4aaa50d54a4fb..88a6f582c369ba7f2c7b7f01150d79e5fb2831c2 100644 (file)
@@ -4,13 +4,13 @@
        <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="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
-  document.mainform.AddZone.focus();
+       focus_field('AddZone');
   -->
 </script>