1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Issue #1138 - Html fix.

This commit is contained in:
Cameron 2015-07-16 12:11:26 -07:00
parent fd7b8a47b6
commit bbf4445482
2 changed files with 3 additions and 3 deletions

View File

@ -297,7 +297,7 @@ $ADMIN_HEADER .= '<div class="container-fluid">
</div>
<div class="col-md-10" id="right-panel" >
<div class="row"
<div class="row">
';

View File

@ -83,7 +83,7 @@ class bootstrap3_admintheme
//return;
echo '
<!-- Start Mode: '.$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>
<!-- End Mode: '.$mode.' -->
';
return;