Merge branch 'master' of github.com:gnuboard/yc5

This commit is contained in:
chicpro
2013-11-05 09:58:33 +09:00
2 changed files with 4 additions and 4 deletions

View File

@ -354,7 +354,7 @@ ob_end_clean();
<tbody> <tbody>
<tr> <tr>
<th scope="row"><label for="od_name">이름</label></th> <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> </tr>
<?php if (!$is_member) { // 비회원이면 ?> <?php if (!$is_member) { // 비회원이면 ?>
@ -489,7 +489,7 @@ ob_end_clean();
?> ?>
<tr> <tr>
<th scope="row"><label for="od_b_name">이름</label></th> <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>
<tr> <tr>
<th scope="row"><label for="od_b_tel">전화번호</label></th> <th scope="row"><label for="od_b_tel">전화번호</label></th>

View File

@ -649,10 +649,10 @@ function get_intall_file()
<th scope="row">주소</th> <th scope="row">주소</th>
<td> <td>
<label for="od_zip1" class="sound_only">우편번호 앞자리<strong class="sound_only"> 필수</strong></label> <label for="od_zip1" class="sound_only">우편번호 앞자리<strong class="sound_only"> 필수</strong></label>
<input type="text" name="od_zip1" value="<?php echo $member['mb_zip1'] ?>" id="od_zip1" required class="frm_input required" size="2" maxlength="3"> <input type="text" name="od_zip1" value="<?php echo $member['mb_zip1'] ?>" id="od_zip1" required class="frm_input required" size="3" maxlength="3">
- -
<label for="od_zip2" class="sound_only">우편번호 뒷자리<strong class="sound_only"> 필수</strong></label> <label for="od_zip2" class="sound_only">우편번호 뒷자리<strong class="sound_only"> 필수</strong></label>
<input type="text" name="od_zip2" value="<?php echo $member['mb_zip2'] ?>" id="od_zip2" required class="frm_input required" size="2" maxlength="3"> <input type="text" name="od_zip2" value="<?php echo $member['mb_zip2'] ?>" id="od_zip2" required class="frm_input required" size="3" maxlength="3">
<span id="od_win_zip" style="display:block"></span> <span id="od_win_zip" style="display:block"></span>
<label for="od_addr1" class="sound_only">주소<strong class="sound_only"> 필수</strong></label> <label for="od_addr1" class="sound_only">주소<strong class="sound_only"> 필수</strong></label>
<input type="text" name="od_addr1" value="<?php echo $member['mb_addr1'] ?>" id="od_addr1" required class="frm_input frm_address required" size="50"> <input type="text" name="od_addr1" value="<?php echo $member['mb_addr1'] ?>" id="od_addr1" required class="frm_input frm_address required" size="50">