mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 18:24:32 +02:00
Export CSV by Filter data
This commit is contained in:
parent
a4569901a9
commit
49ea49ec4a
3 changed files with 53 additions and 7 deletions
|
@ -66,7 +66,11 @@
|
|||
<input type="text" name="search" class="form-control"
|
||||
placeholder="{Lang::T('Search')}..." value="{$search}">
|
||||
<div class="input-group-btn">
|
||||
<button class="btn btn-primary" type="submit">{Lang::T('Search')}</button>
|
||||
<button class="btn btn-primary" type="submit">{Lang::T('Query')}</button>
|
||||
<button class="btn btn-primary" type="submit" name="export" value="csv">
|
||||
<span class="glyphicon glyphicon-download"
|
||||
aria-hidden="true"></span> CSV
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue