여분필드 분류적용 코드 수정

This commit is contained in:
chicpro
2014-06-09 11:57:09 +09:00
parent dcc02d1292
commit 4f5363386d
2 changed files with 12 additions and 12 deletions

View File

@ -1646,8 +1646,8 @@ $(function(){
<input type="text" name="it_<?php echo $i ?>" value="<?php echo get_text($it['it_'.$i]) ?>" id="it_<?php echo $i ?>" class="frm_input">
</td>
<td class="td_grpset">
<input type="checkbox" name="chk_grp_<?php echo $i ?>" value="1" id="chk_grp_<?php echo $i ?>">
<label for="chk_grp_<?php echo $i ?>">그룹적용</label>
<input type="checkbox" name="chk_ca_<?php echo $i ?>" value="1" id="chk_ca_<?php echo $i ?>">
<label for="chk_ca_<?php echo $i ?>">분류적용</label>
<input type="checkbox" name="chk_all_<?php echo $i ?>" value="1" id="chk_all_<?php echo $i ?>">
<label for="chk_all_<?php echo $i ?>">전체적용</label>
</td>