summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f267fdb)
raw | patch | inline | side by side (parent: f267fdb)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 13:40:08 +0000 (13:40 +0000) | ||
committer | hickert <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 | patch | blob | history | |
gosa-plugins/scalix/personal/scalix/paste_generic.tpl | patch | blob | history |
diff --git a/gosa-plugins/scalix/personal/scalix/generic.tpl b/gosa-plugins/scalix/personal/scalix/generic.tpl
index 13aa27ed799ceb66ee10c85fe183ae7741bc7273..4f5910216f9696cfc0865f2045c65fe149e0cf10 100644 (file)
<input type=submit value="{msgPool type=addButton}" name="add_email">
{/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>
diff --git a/gosa-plugins/scalix/personal/scalix/paste_generic.tpl b/gosa-plugins/scalix/personal/scalix/paste_generic.tpl
index ef60df0ffe8767381cefeaaa80941c1889e341e2..35ca25896f96e46186f32231da4fe601ebee1e0e 100644 (file)
<br />
<input name="email_address" size="30" align="middle" maxlength="65" value="">
<input type=submit value="{msgPool type=addButton}" name="add_email">
- <input type=submit value="{t}Delete{/t}" name="delete_email">
+ <input type=submit value="{msgPool type=delButton}" name="delete_email">
</td>
</tr>
</table>