Update message-bulk.tpl

This commit is contained in:
Ahmad Husein 2024-08-20 19:54:22 +07:00 committed by GitHub
parent d0b60d5e7d
commit c41fe7435f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,24 +90,24 @@
</div> </div>
{if $batchStatus} {if $batchStatus}
<p><span class="label label-success">Total SMS Sent: {$totalSMSSent}</span> <span class="label label-danger">Total SMS <p><span class="label label-success">{Lang::T('Total SMS Sent')}: {$totalSMSSent}</span> <span class="label label-danger">{Lang::T('Total SMS
Failed: {$totalSMSFailed}</span> <span class="label label-success">Total WhatsApp Sent: Failed')}: {$totalSMSFailed}</span> <span class="label label-success">{Lang::T('Total WhatsApp Sent')}:
{$totalWhatsappSent}</span> <span class="label label-danger">Total WhatsApp Failed: {$totalWhatsappSent}</span> <span class="label label-danger">{Lang::T('Total WhatsApp Failed')}:
{$totalWhatsappFailed}</span></p> {$totalWhatsappFailed}</span></p>
{/if} {/if}
<div class="box"> <div class="box">
<div class="box-header"> <div class="box-header">
<h3 class="box-title">Message Results</h3> <h3 class="box-title">{Lang::T('Message Results')}</h3>
</div> </div>
<!-- /.box-header --> <!-- /.box-header -->
<div class="box-body"> <div class="box-body">
<table id="messageResultsTable" class="table table-bordered table-striped table-condensed"> <table id="messageResultsTable" class="table table-bordered table-striped table-condensed">
<thead> <thead>
<tr> <tr>
<th>Name</th> <th>{Lang::T('Name')}</th>
<th>Phone</th> <th>{Lang::T('Phone')}</th>
<th>Message</th> <th>{Lang::T('Message')}</th>
<th>Status</th> <th>{Lang::T('Status')}</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>