1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Merge pull request #1145 from mcpeace-maw/patch-15

Issue #1138: Remove list wrapper from infopanel
This commit is contained in:
Cameron
2015-07-16 11:57:44 -07:00

View File

@@ -83,7 +83,7 @@ class bootstrap3_admintheme
//return;
echo '
<!-- Start Mode: '.$mode.' -->
<li class="span6 col-md-6 '.$mode.'" >
// <li class="span6 col-md-6 '.$mode.'" >
<div class="well" style="padding:10px;min-height:220px;" >
<div class="nav-header">'.$caption.'</div>
@@ -92,7 +92,7 @@ class bootstrap3_admintheme
<!-- Content End -->
</div>
</li>
// </li>
<!-- End Mode: '.$mode.' -->
';
return;
@@ -271,4 +271,4 @@ $NEWSSTYLE = '
';
*/
?>
?>