Merge branch 'hotspotbilling:Development' into Development

This commit is contained in:
Focuslinkstech 2024-05-17 14:39:03 +01:00 committed by GitHub
commit 55d344febe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 18 additions and 9 deletions

View file

@ -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">