This commit is contained in:
@@ -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
Reference in New Issue
Block a user