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.
 
 
 
 
 
 

16 lines
415 B

{* $Id$ *}
{if empty($applyTitle)}
{$applyTitle="{tr}Apply changes{/tr}"}
{/if}
{if empty($applyValue)}
{$applyValue="{tr}Apply{/tr}"}
{/if}
<div class="float-end">
<input
type="submit"
{if !empty($applyForm)}form="{$applyForm|escape:'attr'}"{/if}
class="btn btn-primary tips"
title=":{$applyTitle|escape:'attr'}"
value="{$applyValue|escape:'attr'}"
>
</div>