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.
 
 
 
 
 
 

21 lines
572 B

{* $Id$ *}
{if empty($applyTitle)}
{$applyTitle="{tr}Apply changes{/tr}"}
{/if}
{if empty($applyValue)}
{$applyValue="{tr}Apply{/tr}"}
{/if}
<br>
<div class="row">
<div class="mb-3 col-lg-12 clearfix">
<div class="text-center">
<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>
</div>
</div>