summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a6a8f63)
raw | patch | inline | side by side (parent: a6a8f63)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 10:54:16 +0000 (10:54 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 10:54:16 +0000 (10:54 +0000) |
-Ok/Cancel/Save via msgPool
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9489 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9489 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-plugins/addressbook/addons/addressbook/address_edit.tpl b/gosa-plugins/addressbook/addons/addressbook/address_edit.tpl
index 8b51230f8cf689a45ddf020bc6059be4f6ec1578..4e29ef6bf99e60c5dc71ecb28c0bfba461c63059 100644 (file)
</table>
<p align=right>
- <input type="submit" name="save" value="{t}Save{/t}">
- <input type="submit" name="cancel" value="{t}Cancel{/t}">
+ <input type="submit" name="save" value="{msgPool type=saveButton}">
+ <input type="submit" name="cancel" value="{msgPool type=cancelButton}">
</p>
</td>
diff --git a/gosa-plugins/addressbook/addons/addressbook/dial.tpl b/gosa-plugins/addressbook/addons/addressbook/dial.tpl
index b10b8db881b8064ff7ec01f118130fff392a888b..0cc150995568af60b8852fc2e48daa534d591d17 100644 (file)
<div style="height:50px;"> </div>
<a style="font-size:22px"><img alt="" src="{$phone_image}" align=middle>{$dial_info}</a>
<div style="height:60px;"> </div>
- <input type='submit' name='dial' id="dial" value='{t}Dial{/t}'> <input type='submit' name='cancel' value='{t}Cancel{/t}'>
+ <input type='submit' name='dial' id="dial" value='{t}Dial{/t}'> <input type='submit' name='cancel' value='{msgPool type=cancelButton}'>
</td>
diff --git a/gosa-plugins/addressbook/addons/addressbook/remove.tpl b/gosa-plugins/addressbook/addons/addressbook/remove.tpl
index ba3768537eb871ad4974f9f86432dd819e3ef5d9..e2bc3546af74c2ab3c92303806eaed492e5991a9 100644 (file)
<p class="plugbottom">
<input type=submit name="delete_entry_confirm" value="{t}Delete{/t}">
- <input type=submit name="delete_cancel" value="{t}Cancel{/t}">
+ <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
</p>