페이지 이름 수정
This commit is contained in:
parent
71f349ac63
commit
71aac40a74
@ -143,7 +143,7 @@ $(window).load(function() {
|
||||
<div class="contWrap">
|
||||
<div class="pageTitle">
|
||||
<div class="pageIcon"><img src="/pb/img/pageTitIcon4.png" alt=""></div>
|
||||
<h2 class="titType1 c_222222 fwBold">서브메인비주얼관리</h2>
|
||||
<h2 class="titType1 c_222222 fwBold">서비스안내 배너관리</h2>
|
||||
<p class="tType6 c_999999">사이트별로 사용자 메인 상단에 적용되는 (하단)비주얼 이미지를 등록, 수정, 삭제할 수 있습니다.</p>
|
||||
</div>
|
||||
<div class="pageCont">
|
||||
|
||||
@ -255,6 +255,8 @@ function validate(method_parm) {
|
||||
if(!confirm(msg)){
|
||||
return false;
|
||||
}
|
||||
|
||||
// 공통 수정/삭제 :: /uss/ion/fms/FmsFileInsertAjax.do
|
||||
goSave(method_parm);
|
||||
}
|
||||
function fn_egov_downFile(atchFileId, fileSn){
|
||||
@ -317,7 +319,7 @@ function fn_egov_SelectBoxValue(sbName)
|
||||
<div class="contWrap">
|
||||
<div class="pageTitle">
|
||||
<div class="pageIcon"><img src="/pb/img/pageTitIcon4.png" alt=""></div>
|
||||
<h2 class="titType1 c_222222 fwBold">서브메인비주얼 등록/수정</h2>
|
||||
<h2 class="titType1 c_222222 fwBold">서비스안내 배너관리 등록/수정</h2>
|
||||
<p class="tType6 c_999999">사이트별로 사용자 메인 상단에 적용되는 비주얼 이미지를 등록, 수정, 삭제할 수 있습니다.</p>
|
||||
</div>
|
||||
<div class="pageNav">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user