summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 708044a)
raw | patch | inline | side by side (parent: 708044a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:38:29 +0000 (14:38 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:38:29 +0000 (14:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16651 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 aaed9079936a46717b4bc95936fce073be285ac6..c1460614e6bfed9644dcfc3a22c565f7423bdaa0 100644 (file)
</table>
<p align=right>
- <input type="submit" name="save" value="{msgPool type=saveButton}">
- <input type="submit" name="cancel" value="{msgPool type=cancelButton}">
+ <button type='submit' name='save'>{msgPool type=saveButton}</button>
+
+ <button type='submit' name='cancel'>{msgPool type=cancelButton}</button>
+
</p>
</td>
diff --git a/gosa-plugins/addressbook/addons/addressbook/dial.tpl b/gosa-plugins/addressbook/addons/addressbook/dial.tpl
index 0cc150995568af60b8852fc2e48daa534d591d17..1bb21afd6b5b89b09500d0f9a0d1e638440eec7d 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='{msgPool type=cancelButton}'>
+ <button type='submit' name='dial' id="dial">{t}Dial{/t}</button>
+<button type='submit' name='cancel'>{msgPool type=cancelButton}</button>
+
</td>
diff --git a/gosa-plugins/addressbook/addons/addressbook/remove.tpl b/gosa-plugins/addressbook/addons/addressbook/remove.tpl
index 9195e6e2a3ffc87dc00409dce926cda612e1592a..9330e624a13897e3eafa166c0289b4ad8aa2d178 100644 (file)
<hr>
<div class="plugin-actions">
- <input type=submit name="delete_entry_confirm" value="{msgPool type=delButton}">
- <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
+ <button type='submit' name='delete_entry_confirm'>{msgPool type=delButton}</button>
+
+ <button type='submit' name='delete_cancel'>{msgPool type=cancelButton}</button>
+
</div>