Selaa lähdekoodia

룩북 등록 오류 수정

card007 4 vuotta sitten
vanhempi
commit
be2dca5c6a

+ 2 - 2
src/main/webapp/WEB-INF/views/display/LookbookBannerPopupForm.html

@@ -58,7 +58,7 @@
 						</td>
 						<th>브랜드<i class="required" title="필수"></i></th>
 						<td>
-							<input type="text" class="w200" name="brandCd" value="" />
+							<input type="text" class="w200" name="brandCd" required="required" data-valid-name="브랜드" value="" />
 							<button type="button" class="btn btnRight btn-success btn-lg" onclick="fnSearchLbpBrandGroup();">브랜드조회</button>
 						</td>
 						<!--<td>
@@ -109,7 +109,7 @@
 						<th>메인 목록 썸네일<i class="required" title="필수"></i></th>
 						<td colspan="3">
 							<div class="uFile w300">
-								<input id="file" name="file" type="file" class="uFileInput w300"/>
+								<input id="file" name="file" type="file" required="required" data-valid-name="썸네일" class="uFileInput w300"/>
 								<label for="file" class="uFileLabel">파일선택</label>
 								<input type="hidden" name="orgTnfileNm" value=""/>
 								<!--<input type="hidden" name="sysTnfileNm"/>-->