1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-11-22 01:14:21 +01:00

fix confirmation

This commit is contained in:
kakwa 2015-06-23 10:45:12 +02:00
parent 9bb2105322
commit e367b38be3

View File

@ -58,8 +58,8 @@
</td>
<td>
<a href="/delete?user=${user}">
<button type="submit" class="btn btn-xs red" data-toggle='confirmation-delete'>
<a href="/delete?user=${user}" data-toggle='confirmation-delete'>
<button type="submit" class="btn btn-xs red">
<span class="glyphicon glyphicon-remove-sign"></span> Delete</button>
</a>