summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c8756e3)
raw | patch | inline | side by side (parent: c8756e3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 Mar 2010 16:13:25 +0000 (16:13 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/services/ntp/goNtpServer.tpl b/gosa-plugins/goto/admin/systems/services/ntp/goNtpServer.tpl
index 2323822e9e608a24946e2b118597dc63e598c9f2..1cfb20a3a109325220dede9d095e0fffc0ae80f4 100644 (file)
-<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> </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> </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>
-
-
- <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>