summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7c64dc8)
raw | patch | inline | side by side (parent: 7c64dc8)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 10:57:02 +0000 (10:57 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 10:57:02 +0000 (10:57 +0000) |
-Ok/Cancel/Save via msgPool
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9517 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9517 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/admin/systems/services/spam/goSpamServer.tpl | patch | blob | history | |
gosa-plugins/mail/admin/systems/services/spam/goSpamServerRule.tpl | patch | blob | history |
diff --git a/gosa-plugins/mail/admin/systems/services/spam/goSpamServer.tpl b/gosa-plugins/mail/admin/systems/services/spam/goSpamServer.tpl
index c8b58852f56b200e1a1fd01b30a7c7f3fc12f88b..aee33f646a5e893664026e417b22e2df6331dcee 100644 (file)
<p class='seperator'> </p>
<div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
- <input type='submit' name='SaveService' value='{t}Save{/t}'>
+ <input type='submit' name='SaveService' value='{msgPool type=saveButton}'>
- <input type='submit' name='CancelService' value='{t}Cancel{/t}'>
+ <input type='submit' name='CancelService' value='{msgPool type=cancelButton}'>
</div>
diff --git a/gosa-plugins/mail/admin/systems/services/spam/goSpamServerRule.tpl b/gosa-plugins/mail/admin/systems/services/spam/goSpamServerRule.tpl
index 6448ab556c5e66ca5e33e89c737a4b1549d5a47d..1be76cb8ae88b0ead327c85d06f1e061cf0e627e 100644 (file)
</table>
<p class='seperator'> </p>
<div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
- <input type='submit' name='SaveRule' value='{t}Save{/t}'>
+ <input type='submit' name='SaveRule' value='{msgPool type=saveButton}'>
- <input type='submit' name='CancelRule' value='{t}Cancel{/t}'>
+ <input type='submit' name='CancelRule' value='{msgPool type=cancelButton}'>
</div>