모바일쇼핑몰: 온라인 서식 input type 지정

This commit is contained in:
whitedot
2013-11-26 17:40:09 +09:00
parent 2646effc86
commit d9c0b5c289
12 changed files with 51 additions and 52 deletions

View File

@ -71,7 +71,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<?php if ($is_email) { ?>
<tr>
<th scope="row"><label for="wr_email">이메일</label></th>
<td><input type="text" name="wr_email" value="<?php echo $email ?>" id="wr_email" class="frm_input email" maxlength="100"></td>
<td><input type="email" name="wr_email" value="<?php echo $email ?>" id="wr_email" class="frm_input email" maxlength="100"></td>
</tr>
<?php } ?>