상세수정
Some checks failed
Close Pull Request / main (pull_request_target) Has been cancelled

This commit is contained in:
yangsh
2026-02-04 15:44:45 +09:00
parent c7856394c0
commit e342d7f916
5 changed files with 2367 additions and 681 deletions

View File

@@ -511,12 +511,14 @@ if (!empty($data['cert_register']) && $data['cert_register_save_yn'] != 'Y') { /
</table>
</div>
</div>
<?php if ($usr_level == '1'): ?>
<?php if ((int) $data['stat_cd'] < 45):
?>
<div class="card-footer d-flex justify-content-end gap-1">
<button class="mb-2 me-2 btn-transition btn btn-outline-secondary" id="btnModify">수정</button>
<button class="mb-2 me-2 btn btn-primary" id="btnSave" onclick="modifyInfo();" disabled>저장</button>
</div>
<?php endif; ?>
<?php
endif; ?>
</div>
</div>

File diff suppressed because it is too large Load Diff