loading gif
This commit is contained in:
parent
04fcd77da0
commit
97a5c54e24
@ -50,7 +50,7 @@ if (empty($c_all)) {
|
|||||||
$ui->assign('c_all', $c_all);
|
$ui->assign('c_all', $c_all);
|
||||||
|
|
||||||
//user expire
|
//user expire
|
||||||
$expire = ORM::for_table('tbl_user_recharges')->where('expiration', $mdate)->order_by_desc('id')->find_many();
|
$expire = ORM::for_table('tbl_user_recharges')->whereLte('expiration', $mdate)->order_by_desc('id')->limit(30)->find_many();
|
||||||
$ui->assign('expire', $expire);
|
$ui->assign('expire', $expire);
|
||||||
|
|
||||||
//activity log
|
//activity log
|
||||||
|
BIN
ui/ui/images/loading.gif
Normal file
BIN
ui/ui/images/loading.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
@ -134,7 +134,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="small text-primary text-uppercase text-normal">{Lang::T('Login Status')}</td>
|
<td class="small text-primary text-uppercase text-normal">{Lang::T('Login Status')}</td>
|
||||||
<td class="small mb15" id="login_status">
|
<td class="small mb15" id="login_status">
|
||||||
Loading....
|
<img src="ui/ui/images/loading.gif">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{/if}
|
{/if}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user