mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-05 10:44:52 +02:00
order by status
This commit is contained in:
parent
d94c62d6fc
commit
b5a9190ae7
4 changed files with 9 additions and 2 deletions
|
@ -36,6 +36,7 @@
|
|||
<option value="username" {if $order eq 'username' }selected{/if}>{Lang::T('Username')}</option>
|
||||
<option value="created_at" {if $order eq 'created_at' }selected{/if}>{Lang::T('Created Date')}</option>
|
||||
<option value="balance" {if $order eq 'balance' }selected{/if}>{Lang::T('Balance')}</option>
|
||||
<option value="status" {if $order eq 'status' }selected{/if}>{Lang::T('Status')}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-xs-4">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue