This commit is contained in:
@@ -493,7 +493,7 @@ if (!empty($list['cert_register']) && $list['cert_register_save_yn'] != 'Y') { /
|
||||
|
||||
<!-- 우측 : 정보 -->
|
||||
<td valign="top" class="pt-2">
|
||||
<table class="tbl_basic4 w-100">
|
||||
<table class="tbl_basic4 w-100 tbl_basic2 table-bordered">
|
||||
<colgroup>
|
||||
<col width="30%">
|
||||
<col>
|
||||
@@ -525,7 +525,7 @@ if (!empty($list['cert_register']) && $list['cert_register_save_yn'] != 'Y') { /
|
||||
<tr>
|
||||
<th>홍보확인서<br>미확인여부상세</th>
|
||||
<td>
|
||||
<table class="w-100">
|
||||
<table class="w-100 tbl_basic2 table-bordered">
|
||||
<tr>
|
||||
<?php
|
||||
$checks = explode('|', $data['comment']);
|
||||
@@ -724,7 +724,7 @@ if (!empty($list['cert_register']) && $list['cert_register_save_yn'] != 'Y') { /
|
||||
<a href="<?= $tel['file_url'] ?? '#' ?>" class="text-decoration-none">
|
||||
<i class="fa fa-file-audio-o me-1"></i><?= $tel['file_name'] ?>
|
||||
</a>
|
||||
<span class="badge bg-light text-dark"><?= $tel['file_size'] ?>kb</span>
|
||||
<span class="badge text-dark"><?= $tel['file_size'] ?>kb</span>
|
||||
<span class="text-muted"><?= $tel['insert_tm'] ?></span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -965,7 +965,7 @@ if (!empty($list['cert_register']) && $list['cert_register_save_yn'] != 'Y') { /
|
||||
|
||||
<!-- 우측 : 정보 -->
|
||||
<td valign="top" class="pt-2">
|
||||
<table class="tbl_basic4 w-100">
|
||||
<table class="tbl_basic4 w-100 tbl_basic2 table-bordered">
|
||||
<colgroup>
|
||||
<col width="30%">
|
||||
<col>
|
||||
|
||||
Reference in New Issue
Block a user