Parcourir la source

기획전 수정

sowon4187 il y a 5 ans
Parent
commit
5a123406fe

+ 4 - 4
src/main/webapp/WEB-INF/views/marketing/PlanDetailPopupForm.html

@@ -123,7 +123,7 @@
 								<option value="Y">Yes</option>
 							</select>
 						</td>
-						<th>오픈여부<em class="required" title="필수"></em></th>
+						<th>노출여부<em class="required" title="필수"></em></th>
 						<td>
 							<select name="openYn" th:field="*{openYn}">
 								<option th:if="${useYnList}" th:each="oneData, status : ${useYnList}" th:value="${oneData.cd}" th:selected="${oneData.cd} == 'Y'" th:text="|${oneData.cdNm}|"></option>
@@ -156,7 +156,7 @@
   						</td>
 					</tr>
 					<tr>
-						<th>메인 이미지<i id="pMimgStar"></i><br/>[삭제여부<label class="chkBox"><input type="checkbox" name="orgMainPimgDelYn" value="Y"/></label>]</th>
+						<th>목록 이미지<i id="pMimgStar"></i><br/>[삭제여부<label class="chkBox"><input type="checkbox" name="orgMainPimgDelYn" value="Y"/></label>]</th>
 						<td>
 							<div th:if=*{mainPimg} id="mainPimgView" style="float:left;">
 								<img id="PreMainPimgUrl" th:src="${@environment.getProperty('upload.image.view')} + *{mainPimg}" style="max-width:470px;"/>
@@ -377,7 +377,7 @@
 								<option value="Y">Yes</option>
 							</select>
 						</td>
-						<th>오픈여부<em class="required" title="필수"></em></th>
+						<th>노출여부<em class="required" title="필수"></em></th>
 						<td colspan="3">
 							<select name="openYn" required="required" data-valid-name="오픈여부">
 								<option th:if="${useYnList}" th:each="oneData, status : ${useYnList}" th:value="${oneData.cd}" th:selected="${oneData.cd} == 'Y'" th:text="|${oneData.cdNm}|"></option>
@@ -411,7 +411,7 @@
   						</td>
 					</tr>
 					<tr>
-						<th>메인 이미지<i id="pMimgStar"></i></th>
+						<th>목록 이미지<i id="pMimgStar"></i></th>
 						<td colspan="5">
 							<div class="uFile w400">
 								<input id="registerMainPimg" name="registerMainPimg" type="file" accept="image/*" class="uFileInput w400"/>