jsshin 4 лет назад
Родитель
Сommit
3aa01eebb3

+ 1 - 1
src/main/webapp/WEB-INF/views/customer/GoodsQnaForm.html

@@ -78,7 +78,7 @@
 <!-- 						<td colspan="3"><input type="text" name="ansTransId" class="w300" placeholder="" maxlength="20"/></td> -->
 <!-- 					</tr> -->
 					<tr>
-						<th>기간<i class="required" title="필수"></i></th>
+						<th>기간<i class="required" title="필수" data-valid-name="기간"></i></th>
 						<td colspan="7">
 							<select name="termGb">
 								<option value="regDt">문의일</option>

+ 1 - 1
src/main/webapp/WEB-INF/views/customer/OneToOneQnaForm.html

@@ -79,7 +79,7 @@
 <!-- 						<td colspan="3"><input type="text" name="ansTransId" class="w300" placeholder="" maxlength="20"/></td> -->
 <!-- 					</tr> -->
 					<tr>
-						<th>문의기간<i class="required" title="필수"></i></th>
+						<th>문의기간<i class="required" title="필수" data-valid-name="문의기간"></i></th>
 						<td colspan="7" id="terms"></td>
 					</tr>
 				</table>