1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 15:16:30 +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; //return;
echo ' echo '
<!-- Start Mode: '.$mode.' --> <!-- 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="well" style="padding:10px;min-height:220px;" >
<div class="nav-header">'.$caption.'</div> <div class="nav-header">'.$caption.'</div>
@@ -92,7 +92,7 @@ class bootstrap3_admintheme
<!-- Content End --> <!-- Content End -->
</div> </div>
</li> // </li>
<!-- End Mode: '.$mode.' --> <!-- End Mode: '.$mode.' -->
'; ';
return; return;
@@ -271,4 +271,4 @@ $NEWSSTYLE = '
'; ';
*/ */
?> ?>