Code

Template update .
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Mar 2008 10:57:02 +0000 (10:57 +0000)
committerhickert <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

gosa-plugins/mail/admin/systems/services/spam/goSpamServer.tpl
gosa-plugins/mail/admin/systems/services/spam/goSpamServerRule.tpl

index c8b58852f56b200e1a1fd01b30a7c7f3fc12f88b..aee33f646a5e893664026e417b22e2df6331dcee 100644 (file)
 
 <p class='seperator'>&nbsp;</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}'>
     &nbsp;
-    <input type='submit' name='CancelService' value='{t}Cancel{/t}'>
+    <input type='submit' name='CancelService' value='{msgPool type=cancelButton}'>
 </div>
 
index 6448ab556c5e66ca5e33e89c737a4b1549d5a47d..1be76cb8ae88b0ead327c85d06f1e061cf0e627e 100644 (file)
@@ -18,8 +18,8 @@
 </table>
 <p class='seperator'>&nbsp;</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}'>
     &nbsp;
-    <input type='submit' name='CancelRule' value='{t}Cancel{/t}'>
+    <input type='submit' name='CancelRule' value='{msgPool type=cancelButton}'>
 </div>