mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Text to LANs -#6 Flexpanel
Text to LANs -#6 Flexpanel
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Default layout for "flexpanel" admin dashboard style.
|
||||
*/
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
|
|
||||
| e107 website system
|
||||
| Copyright (C) 2008-2016 e107 Inc (e107.org)
|
||||
| Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
|
|
||||
| Default layout for "flexpanel" admin dashboard style.
|
||||
+ ----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
$FLEXPANEL_LAYOUT = '
|
||||
<div class="row">
|
||||
@@ -14,7 +19,7 @@ $FLEXPANEL_LAYOUT = '
|
||||
</div>
|
||||
<div class="col-md-9 col-lg-10 admin-right-panel">
|
||||
<div class="sidebar-toggle">
|
||||
<a href="#" title="Toggle Sidebar" data-toggle-sidebar="true"> </a>
|
||||
<a href="#" title="'.ADLAN_185.'" data-toggle-sidebar="true"> </a>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
@@ -1,9 +1,15 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
|
|
||||
| e107 website system
|
||||
| Copyright (C) 2008-2016 e107 Inc (e107.org)
|
||||
| Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
|
|
||||
| Layout for "flexpanel" admin dashboard style.
|
||||
+ ----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Layout for "flexpanel" admin dashboard style.
|
||||
*/
|
||||
|
||||
$FLEXPANEL_LAYOUT = '
|
||||
<div class="row">
|
||||
@@ -14,7 +20,7 @@ $FLEXPANEL_LAYOUT = '
|
||||
</div>
|
||||
<div class="col-md-9 col-lg-9 admin-right-panel">
|
||||
<div class="sidebar-toggle">
|
||||
<a href="#" title="Toggle Sidebar" data-toggle-sidebar="true"> </a>
|
||||
<a href="#" title='.ADLAN_185.' data-toggle-sidebar="true"> </a>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user