You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
864 B

<div class="adminoptionbox preference clearfix {$p.tagstring|escape}{if isset($smarty.request.highlight) and $smarty.request.highlight eq $p.preference} highlight{/if}">
<div class="adminoption mb-3 row">
<label class="col-sm-4">
{$p.name|escape}
</label>
<div class="col-sm-8">
<div class="form-check">
<input id="{$p.id|escape}" class="form-check-input" type="checkbox" name="{$p.preference|escape}" {if $p.value eq 'y'}checked="checked" {/if}
{if ! $p.available}disabled="disabled"{/if} {$p.params}
data-tiki-admin-child-block="#{$p.preference|escape}_childcontainer"
data-tiki-admin-child-mode="{$mode|escape}"
>
{include file="prefs/shared.tpl"}
</div>
</div>
</div>
</div>