Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
관리자 > 환경설정 > 메뉴설정 : 메뉴 추가 시 추가 삭제 버튼 클래스 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
minsupkr authored and thisgun committed Apr 13, 2020
1 parent 6c773b0 commit 9ce8e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adm/menu_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ function add_menu_list(name, link, code)
list += "</td>";
list += "<td class=\"td_mngsmall\">";
<?php if($new == 'new') { ?>
list += "<button type=\"button\" class=\"btn_add_submenu btn\">추가</button>";
list += "<button type=\"button\" class=\"btn_add_submenu btn_03\">추가</button>";
<?php } ?>
list += "<button type=\"button\" class=\"btn_del_menu btn\">삭제</button>";
list += "<button type=\"button\" class=\"btn_del_menu btn_02\">삭제</button>";
list += "</td>";
list += "</tr>";

Expand Down

0 comments on commit 9ce8e57

Please sign in to comment.