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:
parent
494d553a74
commit
9c2c4e425e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user