리스트 없을때 colspan 수정완료
This commit is contained in:
@ -53,7 +53,7 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
|
|||||||
$g5['title'] = '게시판관리';
|
$g5['title'] = '게시판관리';
|
||||||
include_once('./admin.head.php');
|
include_once('./admin.head.php');
|
||||||
|
|
||||||
$colspan = 15;
|
$colspan = 16;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<form name="fsearch" id="fsearch" method="get">
|
<form name="fsearch" id="fsearch" method="get">
|
||||||
|
|||||||
@ -57,7 +57,7 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
|
|||||||
$g5['title'] = '게시판그룹설정';
|
$g5['title'] = '게시판그룹설정';
|
||||||
include_once('./admin.head.php');
|
include_once('./admin.head.php');
|
||||||
|
|
||||||
$colspan = 8;
|
$colspan = 11;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<form id="fsearch" name="fsearch" method="get">
|
<form id="fsearch" name="fsearch" method="get">
|
||||||
|
|||||||
@ -51,7 +51,7 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
|
|||||||
$g5['title'] = '투표관리';
|
$g5['title'] = '투표관리';
|
||||||
include_once('./admin.head.php');
|
include_once('./admin.head.php');
|
||||||
|
|
||||||
$colspan = 6;
|
$colspan = 7;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<form id="fsearch" name="fsearch" method="get">
|
<form id="fsearch" name="fsearch" method="get">
|
||||||
|
|||||||
Reference in New Issue
Block a user