모바일쇼핑몰: 이름입력칸 넓게

This commit is contained in:
whitedot
2013-11-05 09:54:49 +09:00
parent dc1162b098
commit 6cf33344aa
2 changed files with 4 additions and 4 deletions

View File

@ -354,7 +354,7 @@ ob_end_clean();
<tbody>
<tr>
<th scope="row"><label for="od_name">이름</label></th>
<td><input type="text" name="od_name" value="<?php echo $member['mb_name']; ?>" id="od_name" required class="frm_input required" size="5" maxlength="20"></td>
<td><input type="text" name="od_name" value="<?php echo $member['mb_name']; ?>" id="od_name" required class="frm_input required" maxlength="20"></td>
</tr>
<?php if (!$is_member) { // 비회원이면 ?>
@ -489,7 +489,7 @@ ob_end_clean();
?>
<tr>
<th scope="row"><label for="od_b_name">이름</label></th>
<td><input type="text" name="od_b_name" id="od_b_name" required class="frm_input required" size="5" maxlength="20"></td>
<td><input type="text" name="od_b_name" id="od_b_name" required class="frm_input required" maxlength="20"></td>
</tr>
<tr>
<th scope="row"><label for="od_b_tel">전화번호</label></th>