CHANGE_MINOR_CHNAGE
This commit is contained in:
parent
0435eeac6b
commit
7f14175209
@ -210,12 +210,14 @@
|
||||
<i class="mdi mdi-eye mr-2 text-muted font-18 vertical-middle"></i>
|
||||
View Data (<?= $pendingCount; ?>)
|
||||
</a>
|
||||
<?php /* Process Pending menu hidden
|
||||
<a href="javascript:void(0);"
|
||||
class="dropdown-item text-warning"
|
||||
onclick="reprocessClaimDumpPending(<?= (int) $file['file_id']; ?>, <?= $pendingCount; ?>)">
|
||||
<i class="mdi mdi-reload mr-2 text-warning font-18 vertical-middle"></i>
|
||||
Process Pending (<?= $pendingCount; ?>)
|
||||
</a>
|
||||
*/ ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (!empty($file['tpa_id']) && $file['status'] !== 'processing') : ?>
|
||||
@ -270,9 +272,11 @@
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-light" data-dismiss="modal">Close</button>
|
||||
<?php /* Process Pending button hidden
|
||||
<button type="button" class="btn btn-warning" id="claim-dump-pending-process-btn" style="display:none;">
|
||||
Process Pending
|
||||
</button>
|
||||
*/ ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user