mirror of
https://github.com/e107inc/e107.git
synced 2025-10-13 05:55:02 +02:00
Bootstrap dialog warning added.
This commit is contained in:
@@ -131,10 +131,10 @@ class e_bootstrap
|
||||
|
||||
|
||||
|
||||
$text = "<div class='alert alert-warning'>Warning: These will only work if you have a bootstrap-based theme installed</div>";
|
||||
|
||||
|
||||
|
||||
$text = '
|
||||
$text .= '
|
||||
<ul class="nav nav-tabs">';
|
||||
|
||||
$text .= '<li class="active" ><a href="#mbuttons" data-toggle="tab">Buttons</a></li>';
|
||||
|
Reference in New Issue
Block a user