리스트 없을때 colspan 수정완료

This commit is contained in:
nemoluv
2013-09-13 14:27:07 +09:00
parent 0b2e174e97
commit 720b70acba
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
$g5['title'] = '게시판관리';
include_once('./admin.head.php');
$colspan = 15;
$colspan = 16;
?>
<form name="fsearch" id="fsearch" method="get">

View File

@ -57,7 +57,7 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
$g5['title'] = '게시판그룹설정';
include_once('./admin.head.php');
$colspan = 8;
$colspan = 11;
?>
<form id="fsearch" name="fsearch" method="get">

View File

@ -51,7 +51,7 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
$g5['title'] = '투표관리';
include_once('./admin.head.php');
$colspan = 6;
$colspan = 7;
?>
<form id="fsearch" name="fsearch" method="get">