mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Text to LANs -#6 Flexpanel
Text to LANs -#6 Flexpanel
This commit is contained in:
@@ -1,9 +1,14 @@
|
|||||||
<?php
|
<?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 = '
|
$FLEXPANEL_LAYOUT = '
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@@ -14,7 +19,7 @@ $FLEXPANEL_LAYOUT = '
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-md-9 col-lg-10 admin-right-panel">
|
<div class="col-md-9 col-lg-10 admin-right-panel">
|
||||||
<div class="sidebar-toggle">
|
<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>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
@@ -1,9 +1,15 @@
|
|||||||
<?php
|
<?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 = '
|
$FLEXPANEL_LAYOUT = '
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@@ -14,7 +20,7 @@ $FLEXPANEL_LAYOUT = '
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-md-9 col-lg-9 admin-right-panel">
|
<div class="col-md-9 col-lg-9 admin-right-panel">
|
||||||
<div class="sidebar-toggle">
|
<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>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
@@ -187,6 +187,9 @@ define("ADLAN_165", "Powered by e107");
|
|||||||
define("ADLAN_166", "Return to Website");
|
define("ADLAN_166", "Return to Website");
|
||||||
define("ADLAN_167", "Pending Mailshots");
|
define("ADLAN_167", "Pending Mailshots");
|
||||||
|
|
||||||
|
|
||||||
|
define("ADLAN_185", "Toggle Sidebar");
|
||||||
|
|
||||||
// define("ADLAN_CL_1", "Settings");
|
// define("ADLAN_CL_1", "Settings");
|
||||||
define("ADLAN_CL_2", "Users");
|
define("ADLAN_CL_2", "Users");
|
||||||
define("ADLAN_CL_3", "Content");
|
define("ADLAN_CL_3", "Content");
|
||||||
|
Reference in New Issue
Block a user