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.
 
 
 
 
 
 

8 lines
267 B

<form action="{$url}" method="post">
{foreach from=$names item=name}
{preference show_tags=false name=$name}
{/foreach}
<div class="text-center">
<button type="submit" class="btn btn-primary btn-sm">Save</span></button>
</div>
</form>