Code

Updated NTP template
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 Mar 2010 16:13:25 +0000 (16:13 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 Mar 2010 16:13:25 +0000 (16:13 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16965 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/services/ntp/goNtpServer.tpl

index 2323822e9e608a24946e2b118597dc63e598c9f2..1cfb20a3a109325220dede9d095e0fffc0ae80f4 100644 (file)
@@ -1,36 +1,30 @@
-<br>
 <h3>{t}Time server{/t}</h3>
-<br>
-<table summary="" style="width:100%">
-<tr>
- <td>
-{render acl=$goTimeSourceACL}
-       <select style="width:100%;" id="goTimeEntry" name="goTimeSource[]" size=8 multiple>
-               {html_options values=$goTimeSource output=$goTimeSource}
-               <option disabled>&nbsp;</option>
-       </select>
-{/render}
-<br>
-{render acl=$goTimeSourceACL}
-       <input type="text" name="NewNTPExport"  id="NewNTPExportId">
-{/render}
-{render acl=$goTimeSourceACL}
-       <button type='submit' name='NewNTPAdd' id="NewNTPAddId">{msgPool type=addButton}</button>
-
-{/render}
-{render acl=$goTimeSourceACL}
-       <button type='submit' name='DelNTPEnt' id="DelNTPEntId">{msgPool type=delButton}</button>
 
-{/render}
-</td>
-</tr>
+<table summary="" style="width:100%">
+ <tr>
+  <td>
+   {render acl=$goTimeSourceACL}
+    <select style="width:100%;" id="goTimeEntry" name="goTimeSource[]" size=8 multiple>
+     {html_options values=$goTimeSource output=$goTimeSource}
+     <option disabled>&nbsp;</option>
+    </select>
+   {/render}
+   <br>
+   {render acl=$goTimeSourceACL}
+    <input type="text" name="NewNTPExport"  id="NewNTPExportId">
+   {/render}
+   {render acl=$goTimeSourceACL}
+    <button type='submit' name='NewNTPAdd' id="NewNTPAddId">{msgPool type=addButton}</button>
+   {/render}
+   {render acl=$goTimeSourceACL}
+    <button type='submit' name='DelNTPEnt' id="DelNTPEntId">{msgPool type=delButton}</button>
+   {/render}
+  </td>
+ </tr>
 </table>
 
 <hr>
-<div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
-       <button type='submit' name='SaveService'>{msgPool type=saveButton}</button>
-
-       &nbsp; 
-       <button type='submit' name='CancelService'>{msgPool type=cancelButton}</button> 
-
+<div class="plugin-actions">
+ <button type='submit' name='SaveService'>{msgPool type=saveButton}</button>
+ <button type='submit' name='CancelService'>{msgPool type=cancelButton}</button> 
 </div>