마크업:관리자>게시판그룹생성,수정

This commit is contained in:
whitedot
2012-11-13 09:51:37 +09:00
parent da0a475146
commit 93a320411d
3 changed files with 62 additions and 61 deletions

View File

@ -224,13 +224,13 @@ function post_delete(action_url, val)
}
</script>
<form id="fpost" name="fpost" method='post'>
<input type="hidden" name="sst" value='<?=$sst?>'>
<input type="hidden" name="sod" value='<?=$sod?>'>
<input type="hidden" name="sfl" value='<?=$sfl?>'>
<input type="hidden" name="stx" value='<?=$stx?>'>
<input type="hidden" name="page" value='<?=$page?>'>
<input type="hidden" name="token" value='<?=$token?>'>
<form id="fpost" name="fpost" method="post">
<input type="hidden" name="sst" value="<?=$sst?>">
<input type="hidden" name="sod" value="<?=$sod?>">
<input type="hidden" name="sfl" value="<?=$sfl?>">
<input type="hidden" name="stx" value="<?=$stx?>">
<input type="hidden" name="page" value="<?=$page?>">
<input type="hidden" name="token" value="<?=$token?>">
<input type="hidden" name="bo_table">
</form>