쇼핑몰: 주문서 작성 중 비회원 구매 시 비밀번호 스타일 보완

This commit is contained in:
whitedot
2013-05-13 14:15:02 +09:00
parent 41d424e470
commit 22c7b83959

View File

@ -361,7 +361,7 @@ set_session('ss_order_uniqid', $od_id);
<th scope="row"><label for="od_pwd">비밀번호</label></th>
<td>
<span class="frm_info">영,숫자 3~20자 (주문서 조회시 필요)</span>
<input type="password" name="od_pwd" id="od_pwd" class="frm_input" maxlength="20">
<input type="password" name="od_pwd" id="od_pwd" required class="frm_input required" maxlength="20">
</td>
</tr>
<?php } ?>