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