paginator dynamic

This commit is contained in:
Ibnu Maksum
2023-10-20 10:34:24 +07:00
parent 8cbe32e313
commit 7ebf95f4be
14 changed files with 352 additions and 216 deletions

View File

@ -14,7 +14,7 @@
<div class="input-group-addon">
<span class="fa fa-search"></span>
</div>
<input type="text" name="name" class="form-control" value="{$name}"
<input type="text" name="q" class="form-control" value="{$q}"
placeholder="{$_L['Search_by_Name']}...">
<div class="input-group-btn">
<button class="btn btn-success" type="submit">{$_L['Search']}</button>