summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ed5acb4)
raw | patch | inline | side by side (parent: ed5acb4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 5 Mar 2010 14:43:10 +0000 (14:43 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 5 Mar 2010 14:43:10 +0000 (14:43 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16287 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/users/templatize.tpl | patch | blob | history |
diff --git a/gosa-core/plugins/admin/users/templatize.tpl b/gosa-core/plugins/admin/users/templatize.tpl
index 0b0ac5e7baec56ea2515e3b27b2e04991eedac79..ae832c34088a48e7f69b5c8f5d69eecf43e92224 100644 (file)
</tr>
</table>
-<br>
-<p class="plugbottom">
+<hr>
+<div class="plugin-actions">
<input type=submit name="templatize_continue" value="{msgPool type=applyButton}">
-
<input type=submit name="edit_cancel" value="{msgPool type=cancelButton}">
-</p>
+</div>
{else}
-{t}No templates available!{/t}
+ {t}No templates available!{/t}
+
+ <hr>
+ <div class="plugin-actions">
+ <input type=submit name="edit_cancel" value="{msgPool type=cancelButton}">
+ </div>
-<p class="plugbottom">
- <input type=submit name="edit_cancel" value="{msgPool type=cancelButton}">
-</p>
{/if}