{* $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>
|