diff options
Diffstat (limited to 'admin/resources/templates/kc-switch.html')
-rw-r--r-- | admin/resources/templates/kc-switch.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/admin/resources/templates/kc-switch.html b/admin/resources/templates/kc-switch.html new file mode 100644 index 0000000..7f28598 --- /dev/null +++ b/admin/resources/templates/kc-switch.html @@ -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>
\ No newline at end of file |