Code

Added branches container for old stuff
[gosa.git] / gosa-plugins / goto / admin / systems / services / ntp / goNtpServer.tpl
1 <br>
2 <h2>{t}Time server{/t}</h2>
3 <br>
4 <table summary="" style="width:100%">
5 <tr>
6  <td>
7 {render acl=$goTimeSourceACL}
8         <select style="width:100%;" id="goTimeEntry" name="goTimeSource[]" size=8 multiple>
9                 {html_options values=$goTimeSource output=$goTimeSource}
10                 <option disabled>&nbsp;</option>
11         </select>
12 {/render}
13 <br>
14 {render acl=$goTimeSourceACL}
15         <input type="text" name="NewNTPExport"  id="NewNTPExportId">
16 {/render}
17 {render acl=$goTimeSourceACL}
18         <input type="submit"    value="{msgPool type=addButton}"      name="NewNTPAdd"  id="NewNTPAddId">
19 {/render}
20 {render acl=$goTimeSourceACL}
21         <input type="submit"    value="{msgPool type=delButton}"   name="DelNTPEnt"  id="DelNTPEntId">
22 {/render}
23 </td>
24 </tr>
25 </table>
27 <p class="seperator">&nbsp;</p>
28 <div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
29         <input type='submit' name='SaveService' value='{msgPool type=saveButton}'>
30         &nbsp; 
31         <input type='submit' name='CancelService' value='{msgPool type=cancelButton}'> 
32 </div>