cfmgrv4 init...3

This commit is contained in:
최준흠 2024-10-17 09:39:43 +09:00
parent 21703bc6b5
commit fc4e3d6668
4 changed files with 4 additions and 3 deletions

View File

@ -359,7 +359,7 @@ abstract class MVController extends CommonController
return $total_count;
}
//PageNation 처리
private function list_pagination_process($pager_group = 'default', int $segment = 0, $template = 'default_full'): string
private function list_pagination_process($pager_group = 'default', int $segment = 0, $template = 'bootstrap_full'): string
{
//Page, Per_page필요부분
$this->page = (int) $this->request->getVar('page') ?: 1;

View File

@ -120,7 +120,8 @@ div.index_pagination ul.pagination {
/* 기본 점 스타일 제거 (옵션) */
}
div.index_pagination ul.pagination li {
/* pager의 template가 default_full일경우 사용 */
/* div.index_pagination ul.pagination li {
margin-left: 5px;
}
@ -138,7 +139,7 @@ div.index_pagination ul.pagination li a:hover {
div.index_pagination ul.pagination li.active a {
color: black;
border: 1px solid #808080;
}
} */
div.index_bottom {
padding-top: 15px;