Code

Replace {t}Delete{/t} with {msgPool type=delButton}
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Mar 2008 13:40:08 +0000 (13:40 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Mar 2008 13:40:08 +0000 (13:40 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9593 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/scalix/personal/scalix/generic.tpl
gosa-plugins/scalix/personal/scalix/paste_generic.tpl

index 13aa27ed799ceb66ee10c85fe183ae7741bc7273..4f5910216f9696cfc0865f2045c65fe149e0cf10 100644 (file)
    <input type=submit value="{msgPool type=addButton}" name="add_email">&nbsp;
 {/render}
 {render acl=$scalixEmailAddressACL}
-   <input type=submit value="{t}Delete{/t}" name="delete_email">
+   <input type=submit value="{msgPool type=delButton}" name="delete_email">
 {/render}
   </td>
  </tr>
index ef60df0ffe8767381cefeaaa80941c1889e341e2..35ca25896f96e46186f32231da4fe601ebee1e0e 100644 (file)
@@ -10,7 +10,7 @@
    <br />
    <input name="email_address" size="30" align="middle" maxlength="65" value="">
    <input type=submit value="{msgPool type=addButton}" name="add_email">&nbsp;
-   <input type=submit value="{t}Delete{/t}" name="delete_email">
+   <input type=submit value="{msgPool type=delButton}" name="delete_email">
   </td>
  </tr>
 </table>