Move existing themes under a default folder
This commit is contained in:
12
default-themes/base/admin/resources/templates/kc-switch.html
Normal file
12
default-themes/base/admin/resources/templates/kc-switch.html
Normal file
@ -0,0 +1,12 @@
|
||||
<span>
|
||||
<div class='onoffswitch' tabindex='0'>
|
||||
<input type='checkbox' ng-model='ngModel' class='onoffswitch-checkbox' name='{{name}}' id='{{id}}'>
|
||||
<label for='{{id}}' class='onoffswitch-label'>
|
||||
<span class='onoffswitch-inner'>
|
||||
<span class='onoffswitch-active'>{{kcOnText}}</span>
|
||||
<span class='onoffswitch-inactive'>{{kcOffText}}</span>
|
||||
</span>
|
||||
<span class='onoffswitch-switch'></span>
|
||||
</label>
|
||||
</div>
|
||||
</span>
|
Reference in New Issue
Block a user