관리자: input select label 중심 마크업 정리
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user