Code

Updated terminal copy & paste
[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}">
7                 <input type="submit" name="EditZone" value="{t}Edit{/t}">
8                 <input type="submit" name="RemoveZone" value="{t}Remove{/t}">
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>
18 <p class="seperator">&nbsp;</p>
19 <p>
20 <div style="width:100%; text-align:right;">
21     <input type='submit' name='SaveService' value='{t}Save{/t}'>
22     &nbsp;
23     <input type='submit' name='CancelService' value='{t}Cancel{/t}'>
24 </div>
25 </p>