맞춤제작 전달방법 옵션 값 체크 오류 수정

This commit is contained in:
rosewiper 2024-02-06 13:54:15 +09:00
parent 83c7303731
commit 2a2bebfa8b

View File

@ -291,10 +291,10 @@
</th> </th>
<td> <td>
<input type="checkbox" checked="checked" disabled> <label for="">내보관함</label> <input type="checkbox" checked="checked" disabled> <label for="">내보관함</label>
<input id="radio5" type="radio" name="customProvision" disabled="disabled" <c:if test="${mjonMsgCustomInfo.customProvision eq '1'}">checked="checked"</c:if>> <input id="radio5" type="radio" name="customProvision" disabled="disabled" <c:if test="${mjonMsgCustomInfo.customProvision eq '01'}">checked="checked"</c:if>>
<label for="radio5">카카오톡</label> <label for="radio5">카카오톡</label>
<input id="radio6" type="radio" name="customProvision" disabled="disabled" <c:if test="${mjonMsgCustomInfo.customProvision eq '2'}">checked="checked"</c:if>> <input id="radio6" type="radio" name="customProvision" disabled="disabled" <c:if test="${mjonMsgCustomInfo.customProvision eq '02'}">checked="checked"</c:if>>
<label for="radio6">이메일</label> <label for="radio6">이메일</label>
</td> </td>
</tr> </tr>
@ -474,4 +474,4 @@
</form> </form>
</body> </body>
</html> </html>