summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0e6fccf)
raw | patch | inline | side by side (parent: 0e6fccf)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:40:34 +0000 (14:40 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:40:34 +0000 (14:40 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16698 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/admin/systems/services/virus/goVirusServer.tpl | patch | blob | history |
diff --git a/gosa-plugins/mail/admin/systems/services/virus/goVirusServer.tpl b/gosa-plugins/mail/admin/systems/services/virus/goVirusServer.tpl
index 6385a8ccab230497311e2ce46f0d2fe4750b357b..98d19794e13a645915e3672cdfec5a1994ab135d 100644 (file)
<input type='hidden' name='goVirusServer' value='1'>
<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>