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