1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

Update admin_theme.php

Responsive fix, commented li, no use.
This commit is contained in:
mcpeace-maw
2015-07-16 20:06:27 +03:00
parent 676aceb28b
commit a931e8f585

View File

@@ -80,7 +80,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>
@@ -89,7 +89,7 @@ class bootstrap3_admintheme
<!-- Content End --> <!-- Content End -->
</div> </div>
</li> // </li>
<!-- End Mode: '.$mode.' --> <!-- End Mode: '.$mode.' -->
'; ';
return; return;
@@ -268,4 +268,4 @@ $NEWSSTYLE = '
'; ';
*/ */
?> ?>