17 lines
613 B
Smarty
17 lines
613 B
Smarty
{*
|
|
* 2010-2023 Bl Modules.
|
|
*
|
|
* If you wish to customize this module for your needs,
|
|
* please contact the authors first for more information.
|
|
*
|
|
* It's not allowed selling, reselling or other ways to share
|
|
* this file or any other module files without author permission.
|
|
*
|
|
* @author Bl Modules
|
|
* @copyright 2010-2023 Bl Modules
|
|
* @license
|
|
*}
|
|
<label class="blmod-switch">
|
|
<input id="{$id|escape:'htmlall':'UTF-8'}" type="checkbox" name="{$name|escape:'htmlall':'UTF-8'}" value="1"{if !empty($status)} checked{/if}{if !empty($disabled)} disabled{/if}>
|
|
<span class="blmod-slider"></span>
|
|
</label> |