diff --git a/syntax/table.php b/syntax/table.php index fd4e5cb..658e8fa 100644 --- a/syntax/table.php +++ b/syntax/table.php @@ -391,6 +391,19 @@ function preList($clist, $data) { ''; $text .= ''; } + + // fixes for bootstrap tpl + if( isset($conf['tpl']['bootstrap3']['tableStyle'])) { + $ts = explode(',', $conf['tpl']['bootstrap3']['tableStyle']); + foreach ($ts as $class) { + if ($class == 'responsive') { + $text = str_replace('