Sfoglia il codice sorgente

위시리스트 팝업 아이디 수정

whakdo963 2 anni fa
parent
commit
d8d410f85c

+ 2 - 2
src/main/webapp/app/popup/biz/BIZPOP_WISH_LIST.html

@@ -25,7 +25,7 @@
25 25
 					<div class="form-group" style="margin-bottom:8px;">
26 26
 						<label class="lb_area itp_lb">위시리스트명</label>
27 27
 						<div class="wish_input itp_in">
28
-							<input type="email" id="ITP_FORM_SITP_TAB_STINFO07010_POP_ITEM_CLASS_NM" data-check-required="empty" class="form-control itp_input" name="itemClassNm" placeholder="" maxlength="40">
28
+							<input type="email" id="ITP_FORM_SITP_TAB_STINFO07010_POP_WISH_LIST_NM" data-check-required="empty" class="form-control itp_input" name="itemClassNm" placeholder="" maxlength="40">
29 29
 						</div>
30 30
 					</div>
31 31
 				</div>
@@ -33,7 +33,7 @@
33 33
 					<div class="form-group" style="margin-bottom:13px;">
34 34
 						<label class="lb_area bd itp_lb">사용여부</label>
35 35
 						<div class="wish_input bd itp_in">
36
-							<select style="text-align:center;" type="email" id="ITP_FORM_SITP_TAB_STINFO07010_POP_ITEM_CLASS_NM" data-check-required="empty" class="form-control itp_input" name="itemClassNm" placeholder="분류명" maxlength="40">
36
+							<select style="text-align:center;" type="email" id="ITP_FORM_SITP_TAB_STINFO07010_POP_USE_YN" data-check-required="empty" class="form-control itp_input" name="itemClassNm" placeholder="분류명" maxlength="40">
37 37
 								<option>사용</option>
38 38
 								<option>미사용</option>
39 39
 							</select>

+ 1 - 1
src/main/webapp/app/popup/biz/BIZPOP_WISH_LIST_ITEM.html

@@ -14,7 +14,7 @@
14 14
 						<div class="col-xs-12 itp_form_inline">
15 15
 							<div class="form-horizontal fix">
16 16
 								<div class="col-xs-8 itp_ip itp_pr" style="padding:0;">
17
-									<select type="text" name="swhsNm" id="ITP_FORM_BIZPOP_WISH_LIST_ITEM_WHS_NM" class="form-control itp_input" placeholder="위시리스트명">
17
+									<select type="text" name="swhsNm" id="ITP_FORM_BIZPOP_WISH_LIST_ITEM_LIST" class="form-control itp_input">
18 18
 										<option>위시리스트 목록</option>
19 19
 									</select>
20 20
 								</div>