관리자: 여분필드에서 여분필드 내용을 여분필드 값이라고 변경

This commit is contained in:
whitedot
2013-02-20 14:59:42 +09:00
parent 9fa2d0249c
commit 4c0b729ee1
2 changed files with 4 additions and 4 deletions

View File

@ -594,7 +594,7 @@ $pg_anchor = "<ul class=\"anchor\">
</td>
</tr>
<tr>
<th scope="row"><label for="tx_bo_content_head">상단 내용</label></th>
<th scope="row"><label for="bo_content_head">상단 내용</label></th>
<td>
<?=editor_html("bo_content_head", $board['bo_content_head']);?>
</td>
@ -604,7 +604,7 @@ $pg_anchor = "<ul class=\"anchor\">
</td>
</tr>
<tr>
<th scope="row"><label for="tx_bo_content_tail">하단 내용</label></th>
<th scope="row"><label for="bo_content_tail">하단 내용</label></th>
<td>
<?=editor_html("bo_content_tail", $board['bo_content_tail']);?>
</td>
@ -825,7 +825,7 @@ $pg_anchor = "<ul class=\"anchor\">
<td>
<label for="bo_<?=$i?>_subj">여분필드 <?=$i?> 제목</label>
<input type="text" id="bo_<?=$i?>_subj" name="bo_<?=$i?>_subj" class="frm_input" value="<?=get_text($board['bo_'.$i.'_subj'])?>">
<label for="bo_<?=$i?>">여분필드 <?=$i?> 내용</label>
<label for="bo_<?=$i?>">여분필드 <?=$i?> </label>
<input type="text" id="bo_<?=$i?>" name="bo_<?=$i?>" class="frm_input" value="<?=get_text($board['bo_'.$i])?>">
</td>
<td class="group_setting">

View File

@ -544,7 +544,7 @@ $pg_anchor = "
<td>
<label for="cf_<?=$i?>_subj">여분필드<?=$i?> 제목</label>
<input type="text" id="cf_<?=$i?>_subj" name="cf_<?=$i?>_subj" class="frm_input" value="<?=get_text($config['cf_'.$i.'_subj'])?>" size="30">
<label for="cf_<?=$i?>">여분필드<?=$i?> 설명</label>
<label for="cf_<?=$i?>">여분필드<?=$i?> </label>
<input type="text" id="cf_<?=$i?>" name="cf_<?=$i?>" class="frm_input" value="<?=$config['cf_'.$i]?>" size="30">
</td>
</tr>