From 720b70acba5337937acb71017883b35433f40530 Mon Sep 17 00:00:00 2001 From: nemoluv Date: Fri, 13 Sep 2013 14:27:07 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EC=97=86?= =?UTF-8?q?=EC=9D=84=EB=95=8C=20colspan=20=EC=88=98=EC=A0=95=EC=99=84?= =?UTF-8?q?=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/board_list.php | 2 +- adm/boardgroup_list.php | 2 +- adm/poll_list.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/adm/board_list.php b/adm/board_list.php index 109e0702d..6c367dab3 100644 --- a/adm/board_list.php +++ b/adm/board_list.php @@ -53,7 +53,7 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌 $g5['title'] = '게시판관리'; include_once('./admin.head.php'); -$colspan = 15; +$colspan = 16; ?>
diff --git a/adm/boardgroup_list.php b/adm/boardgroup_list.php index bee1433e6..a63af02c6 100644 --- a/adm/boardgroup_list.php +++ b/adm/boardgroup_list.php @@ -57,7 +57,7 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌 $g5['title'] = '게시판그룹설정'; include_once('./admin.head.php'); -$colspan = 8; +$colspan = 11; ?> diff --git a/adm/poll_list.php b/adm/poll_list.php index 9555f531e..b1a65b8e8 100644 --- a/adm/poll_list.php +++ b/adm/poll_list.php @@ -51,7 +51,7 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌 $g5['title'] = '투표관리'; include_once('./admin.head.php'); -$colspan = 6; +$colspan = 7; ?>