fix
This commit is contained in:
@@ -4,7 +4,7 @@ class Admin_Controller extends MCORE_Controller {
|
||||
|
||||
public $template = array(
|
||||
'table_open' => "<table datatable-scroll-y class='table table-striped table-hover table-bordered table-condensed'>",
|
||||
'thead_open' => '<thead class=\'bg-indigo\'>',
|
||||
'thead_open' => '<thead class=\'bg-indigo\' style=\'background-color:#0066cc; color:white;\'>',
|
||||
'thead_close' => '</thead>',
|
||||
'heading_row_start' => '<tr>',
|
||||
'heading_row_end' => '</tr>',
|
||||
|
||||
Reference in New Issue
Block a user