summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 46f65f8)
raw | patch | inline | side by side (parent: 46f65f8)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:40:10 +0000 (14:40 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:40:10 +0000 (14:40 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16688 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/kolab/admin/systems/services/kolab/servkolab.tpl | patch | blob | history |
diff --git a/gosa-plugins/kolab/admin/systems/services/kolab/servkolab.tpl b/gosa-plugins/kolab/admin/systems/services/kolab/servkolab.tpl
index 20cfb78c4898b510d7f51ed38567c6f2fbecbac3..89fa3ee201791abc7b13b0cbf06c67e6de47943d 100644 (file)
<input size="30" type='text' name='new_domain_name' value=''>
{/render}
{render acl=$postfixmydestinationACL}
- <input type='submit' name='add_domain_name' value='{msgPool type=addButton}'>
+ <button type='submit' name='add_domain_name'>{msgPool type=addButton}</button>
+
{/render}
</td>
</tr>
<hr>
<div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
- <input type='submit' name='SaveService' value='{msgPool type=saveButton}'>
+ <button type='submit' name='SaveService'>{msgPool type=saveButton}</button>
+
- <input type='submit' name='CancelService' value='{msgPool type=cancelButton}'>
+ <button type='submit' name='CancelService'>{msgPool type=cancelButton}</button>
+
</div>