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

changing colors of the role switches

This commit is contained in:
kakwa 2015-06-10 22:44:07 +02:00
parent 494d553a74
commit 9c2c4e425e

View File

@ -29,7 +29,7 @@
${parents}
</td>
<td>
<input data-on-text="Enabled" data-off-text="Disabled" data-handle-width="90" type="checkbox" name="${role}" data-size="mini">
<input data-on-color="success" data-off-color="danger" data-on-text="Enabled" data-off-text="Disabled" data-handle-width="75" type="checkbox" name="${role}" data-size="mini">
<script>$("[name='${role}']").bootstrapSwitch();</script>
</td>
</tr>