Skip to content

Conversation

@saerdnaer
Copy link

Fixes #208

$ts = explode(',', $conf['tpl']['bootstrap3']['tableStyle']);
foreach ($ts as $class) {
if ($class == 'responsive') {
$text = str_replace('<div class="table', '<div class="table table-responsive', $text);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about adding this as if at line 370? Than the str_replace() is not needed, it is?
And further, is a tpl specific solution here the best?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants