회원여분필드 제목을 여분필드로 변경

This commit is contained in:
gnuboard
2013-06-03 11:57:55 +09:00
parent 307a3a5845
commit 34947aa4f3

View File

@ -123,7 +123,7 @@ include_once('./admin.head.php');
</tr>
<?php for ($i=1;$i<=10;$i++) { ?>
<tr>
<th scope="row">회원여분필드<?php echo $i ?></th>
<th scope="row">여분필드<?php echo $i ?></th>
<td class="td_gr_extra">
<label for="gr_<?php echo $i ?>_subj">여분필드 <?php echo $i ?> 제목</label>
<input type="text" name="gr_<?php echo $i ?>_subj" value="<?php echo get_text($group['gr_'.$i.'_subj']) ?>" id="gr_<?php echo $i ?>_subj" class="frm_input">