#369 사용자 :스킨 폴더 내 전체 온라인 서식 input,label 연결 확인(모바일포함)

This commit is contained in:
rollydream
2013-03-13 13:16:06 +09:00
parent 1091fc8f30
commit 44414beaa0
8 changed files with 13 additions and 14 deletions

View File

@ -53,7 +53,7 @@ echo $option_hidden;
<? if ($is_name) { ?>
<tr>
<th scope="row"><label for="wr_name">이름<strong class="sound_only">필수</strong></label></th>
<td><input type="text" name="wr_name" value="<?=$name?>"id="wr_name" required class="frm_input required" size="10" maxlength="20"></td>
<td><input type="text" name="wr_name" value="<?=$name?>"id="wr_name" required class="frm_input required" size="10" maxlength="20"></td>
</tr>
<? } ?>