Code

1a0eaf280724243d1a3ef8104c1f18b594b72548
[gosa.git] / plugins / admin / systems / servdns.tpl
1 <h2>{t}Zones{/t}</h2>
2 <table summary="" width="100%">
3 <tr>
4         <td style="width:100%;vertical-align:top;">
5                 {$ZoneList}
6                 <input type="submit" name="AddZone" value="{t}Add{/t}" {$servdnsACL}>
7 <!--            <input type="submit" name="EditZone" value="{t}Edit{/t}" {$servdnsACL}>-->
8 <!--            <input type="submit" name="RemoveZone" value="{t}Remove{/t}" {$servdnsACL}>-->
9         </td>
10 </tr>
11 </table>
12 <script language="JavaScript" type="text/javascript">
13   <!-- // First input field on page
14   document.mainform.AddZone.focus();
15   -->
16 </script>