mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
Issue #1138 - Html fix.
This commit is contained in:
parent
fd7b8a47b6
commit
bbf4445482
@ -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">
|
||||
|
||||
';
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user