Code

Template update .
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Mar 2008 10:54:44 +0000 (10:54 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Mar 2008 10:54:44 +0000 (10:54 +0000)
-Ok/Cancel/Save via msgPool

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9494 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/groups/apps/edit_entry.tpl

index 4bf183d671c59af8655efa5fddb5560ea7ae5b59..a0cb2fccb640e3d898408a014ffad72aa43d416f 100644 (file)
@@ -64,7 +64,7 @@
 <p class="seperator">
 </p>
 <div style="width:100%; text-align:right; padding:3px;">
-       <input type="submit" name="app_entry_save" value="{t}Save{/t}">
+       <input type="submit" name="app_entry_save" value="{msgPool type=saveButton}">
        &nbsp;
-       <input type="submit" name="app_entry_cancel" value="{t}Cancel{/t}">
+       <input type="submit" name="app_entry_cancel" value="{msgPool type=cancelButton}">
 </div>