Update voucher.tpl

This commit is contained in:
Ahmad Husein 2024-04-16 14:10:40 +07:00 committed by GitHub
parent 9a1c264173
commit b63aeb5298
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -98,19 +98,11 @@
</tbody>
</table>
</div>
<ul class="pagination pagination-sm">
{if $page>0}
<li><a href="{$_url}plan/voucher&p={$page-1}&code={$_code}">{Lang::T('Prev')}</a></li>
{/if}
{if $d}
<li><a href="{$_url}plan/voucher&p={$page+1}&code={$_code}">{Lang::T('Next')}</a></li>
{/if}
</ul>
{include file="pagination.tpl"}
</div>
</div>
</div>
</div>
{include file="sections/footer.tpl"}
{include file="sections/footer.tpl"}