맞춤제작 전달방법 옵션 값 체크 오류 수정
@2a2bebfa8b3d63beb4a8a53fe6ee407fca9e73c8
--- src/main/webapp/WEB-INF/jsp/uss/ion/custom/MsgCustomInfo.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/custom/MsgCustomInfo.jsp
... | ... | @@ -291,10 +291,10 @@ |
| 291 | 291 |
</th> |
| 292 | 292 |
<td> |
| 293 | 293 |
<input type="checkbox" checked="checked" disabled> <label for="">내보관함</label> |
| 294 |
- <input id="radio5" type="radio" name="customProvision" disabled="disabled" <c:if test="${mjonMsgCustomInfo.customProvision eq '1'}">checked="checked"</c:if>>
|
|
| 294 |
+ <input id="radio5" type="radio" name="customProvision" disabled="disabled" <c:if test="${mjonMsgCustomInfo.customProvision eq '01'}">checked="checked"</c:if>>
|
|
| 295 | 295 |
<label for="radio5">카카오톡</label> |
| 296 | 296 |
|
| 297 |
- <input id="radio6" type="radio" name="customProvision" disabled="disabled" <c:if test="${mjonMsgCustomInfo.customProvision eq '2'}">checked="checked"</c:if>>
|
|
| 297 |
+ <input id="radio6" type="radio" name="customProvision" disabled="disabled" <c:if test="${mjonMsgCustomInfo.customProvision eq '02'}">checked="checked"</c:if>>
|
|
| 298 | 298 |
<label for="radio6">이메일</label> |
| 299 | 299 |
</td> |
| 300 | 300 |
</tr> |
... | ... | @@ -474,4 +474,4 @@ |
| 474 | 474 |
</form> |
| 475 | 475 |
|
| 476 | 476 |
</body> |
| 477 |
-</html> |
|
| 477 |
+</html>(No newline at end of file) |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?