mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Merged upstream changes.
This commit is contained in:
@@ -165,6 +165,17 @@ class bootstrap3_admintheme
|
||||
</div>';
|
||||
break;
|
||||
|
||||
case 'lists':
|
||||
echo '<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">' . $caption . '</h3>
|
||||
</div>
|
||||
|
||||
' . $text . '
|
||||
|
||||
</div>';
|
||||
break;
|
||||
|
||||
case 'no_caption':
|
||||
echo '<!-- Start Style: ' . $style . ' Mode: ' . $mode . ' -->
|
||||
<div class="block">
|
||||
|
Reference in New Issue
Block a user