mirror of
https://gh.wpcy.net/https://github.com/LJPc-solutions/freescout-whmcs-module.git
synced 2026-04-18 06:52:18 +08:00
8 lines
484 B
PHP
8 lines
484 B
PHP
<div class="loading">
|
|
<img src="{{$loader_url}}" width="16" height="16"/> {{__('Loading')}}...
|
|
</div>
|
|
<div class="loaded hidden">
|
|
<ul id="whmcs-module__emails-list" class="list-group mt-2"></ul>
|
|
<small class="text-muted">{{__('Last update')}}: <span id="whmcs-module__emails-last-update"></span></small>
|
|
<a href="#" target="_blank" id="whmcs-module__emails-show-all" class="btn btn-primary btn-xs btn-block" style="margin: 5px 0;">{{__('View all emails')}}</a>
|
|
</div>
|