mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
update bootstrap tabs #2898
This commit is contained in:
@@ -533,8 +533,8 @@ class e_form
|
||||
|
||||
|
||||
|
||||
$active = ($key ==$initTab) ? ' class="active"' : '';
|
||||
$text .= '<li'.$active.'><a href="#'.$key.'" data-toggle="tab">'.$tab['caption'].'</a></li>';
|
||||
$active = ($key ==$initTab) ? ' class="nav-item active"' : ' class="nav-item"';
|
||||
$text .= '<li'.$active.'><a class="nav-link" href="#'.$key.'" data-toggle="tab">'.$tab['caption'].'</a></li>';
|
||||
$c++;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user