summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bf22d3f)
raw | patch | inline | side by side (parent: bf22d3f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:39:24 +0000 (14:39 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:39:24 +0000 (14:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16672 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/rolemanagement/admin/roleManagement/remove.tpl | patch | blob | history | |
gosa-plugins/rolemanagement/admin/roleManagement/roleGeneric.tpl | patch | blob | history |
diff --git a/gosa-plugins/rolemanagement/admin/roleManagement/remove.tpl b/gosa-plugins/rolemanagement/admin/roleManagement/remove.tpl
index b4aacf828dbcc9b5e075b84dc8434f9cd6153b80..d9ee1587f2fdea87282d0d3bdf20bfb90a4cf434 100644 (file)
<hr>
<div class="plugin-actions">
- <input type=submit name="delete_confirmed" value="{msgPool type=delButton}">
- <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
+ <button type='submit' name='delete_confirmed'>{msgPool type=delButton}</button>
+
+ <button type='submit' name='delete_cancel'>{msgPool type=cancelButton}</button>
+
</div>
diff --git a/gosa-plugins/rolemanagement/admin/roleManagement/roleGeneric.tpl b/gosa-plugins/rolemanagement/admin/roleManagement/roleGeneric.tpl
index 44cad805bda46ce27ade439f6c0bdcb008a5cadc..a6a876e8e5722d7e12bc019d6009191752c28877 100644 (file)
{/render}
<br>
{render acl=$roleOccupantACL}
- <input type=submit value="{msgPool type=addButton}" name="edit_membership">
+ <button type='submit' name='edit_membership'>{msgPool type=addButton}</button>
+
{/render}
{render acl=$roleOccupantACL}
- <input type=submit value="{msgPool type=delButton}" name="delete_membership">
+ <button type='submit' name='delete_membership'>{msgPool type=delButton}</button>
+
{/render}
</td>
</tr>