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.
|
|
<div class="adminoptionbox preference clearfix mb-3 row {$p.tagstring|escape}{if isset($smarty.request.highlight) and $smarty.request.highlight eq $p.preference} highlight{/if}">
|
|
|
<label class="col-sm-4 col-form-label" for="{$p.id|escape}">{$p.name|escape}</label>
|
|
|
<div class="col-sm-8">
|
|
|
<input name="{$p.preference|escape}" id="{$p.id|escape}" value="{$p.value|escape}" class="form-control" {* size="{$p.size|default:80|escape}" *} type="password" {$p.params}>
|
|
|
{$p.detail|escape}
|
|
|
{include file="prefs/shared.tpl"}
|
|
|
</div>
|
|
|
</div>
|