|
|
@@ -57,7 +57,7 @@
|
|
|
<div class="panelStyle" >
|
|
|
<!-- 검색조건 영역 -->
|
|
|
<div class="panelTitle">
|
|
|
- <h3><i class="fa fa-info-circle"></i>아래 검색조건 중 하나를 꼭 입력해 주세요.</h3>
|
|
|
+ <h3><i class="fa fa-info-circle"></i>아래 검색조건 중 상품코드나 등록일을 꼭 입력해 주세요.</h3>
|
|
|
</div>
|
|
|
<div class="panelContent">
|
|
|
<table class="frmStyle">
|
|
|
@@ -68,7 +68,7 @@
|
|
|
<col/>
|
|
|
</colgroup>
|
|
|
<tr>
|
|
|
- <th>품번/입점상품<i class="star"></i></th>
|
|
|
+ <th>품번/입점상품<em class="required" title="필수"></em></th>
|
|
|
<td><input type="text" class="w130" name="condition" id="condition" maxlength="50"/></td>
|
|
|
<th>등록여부</th>
|
|
|
<td>
|
|
|
@@ -79,7 +79,7 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th>등록일<i class="star"></i></th>
|
|
|
+ <th>등록일<em class="required" title="필수"></em></th>
|
|
|
<td colspan="3" id="sellTerms"></td>
|
|
|
</tr>
|
|
|
</table>
|