관리자: input select label 중심 마크업 정리

This commit is contained in:
whitedot
2014-04-02 10:54:19 +09:00
parent f65314bd94
commit 13cdf776f5
32 changed files with 121 additions and 102 deletions

View File

@ -113,7 +113,7 @@ if ($config['cf_sms_use'] == 'icode') { // 아이코드 사용
</div>
<div id="write_reply">
<label for="wr_reply">회신</label>
<label for="wr_reply">회신<strong class="sound_only"> 필수</strong></label>
<input type="text" name="wr_reply" value="<?php echo $sms5['cf_phone']?>" id="wr_reply" required class="frm_input" size="17" maxlength="20">
</div>
@ -141,7 +141,6 @@ if ($config['cf_sms_use'] == 'icode') { // 아이코드 사용
<input type="checkbox" name="wr_booking" id="wr_booking" onclick="booking(this.checked)">
</div>
<select name="wr_by" id="wr_by" disabled>
<option value="<?php echo date('Y')?>"><?php echo date('Y')?></option>
<option value="<?php echo date('Y')+1?>"><?php echo date('Y')+1?></option>