관리자: 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

@ -76,7 +76,7 @@ function num_group_submit(f)
<form name="group<?php echo $res['bg_no']?>" method="get" action="./num_group_update.php" class="local_sch02 local_sch">
<input type="hidden" name="bg_no" value="<?php echo $res['bg_no']?>">
<div>
<label for="bg_name" class="sound_only">그룹추가</label>
<label for="bg_name" class="sound_only">그룹추가<strong class="sound_only"> 필수</strong></label>
<input type="text" id="bg_name" name="bg_name" required class="required frm_input">
<input type="submit" value="그룹추가" class="btn_submit">
</div>
@ -156,7 +156,7 @@ function num_group_submit(f)
<td class="td_num"><?php echo number_format($group[$i]['bg_reject'])?></td>
<td class="td_mbstat">
<label for="select_bg_no_<?php echo $i; ?>" class="sound_only">이동할 그룹</label>
<select name="select_bg_no[<?php echo $i ?>]" onchange="move(<?php echo $group[$i]['bg_no']?>, '<?php echo $group[$i]['bg_name']?>', this);" >
<select name="select_bg_no[<?php echo $i ?>]" id="select_bg_no_<?php echo $i; ?>" onchange="move(<?php echo $group[$i]['bg_no']?>, '<?php echo $group[$i]['bg_name']?>', this);" >
<option value=""></option>
<option value="<?php echo $no_group['bg_no']?>"><?php echo $no_group['bg_name']?></option>
<?php for ($j=0; $j<count($group); $j++) { ?>