This commit is contained in:
2022-06-13 21:06:14 -04:00
parent d776643f7e
commit 3b21cee578
4 changed files with 66 additions and 43 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
class WRB_Controller extends CI_Controller {
var $template = array(
'table_open' => "<table class='table table-sm table-striped table-hover table-bordered table-condensed'>",
'table_open' => "<table class='table table-row-bordered table-row-gray-100 align-middle gs-0 gy-3'>",
'thead_open' => '<thead class=\'bg-indigo\'>',
'thead_close' => '</thead>',
'heading_row_start' => '<tr>',