1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 12:41:51 +02:00

Merge pull request #2116 from MikeyGMT/mikey20161205

Missing Lans for Menus #6
This commit is contained in:
Cameron 2016-12-05 20:29:15 -08:00 committed by GitHub
commit 9c15e293d0
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
/*
* e107 website system
*
* Copyright (C) 2008-2013 e107 Inc (e107.org)
* Copyright (C) 2008-2016 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
@ -607,8 +607,8 @@ if($_SERVER['E_DEV_MENU'] == 'true')
$text = '
<ul class="nav nav-tabs">
<li class="active"><a href="#plugins" data-toggle="tab">Plugins</a></li>
<li><a href="#custom" data-toggle="tab">Custom</a></li>
<li class="active"><a href="#plugins" data-toggle="tab">'.ADLAN_CL_7.'</a></li>
<li><a href="#custom" data-toggle="tab">'.LAN_CUSTOM.'</a></li>
</ul>
<div class="tab-content">';
@ -912,7 +912,7 @@ class e_layout
// return print_a($this->menuData,true);
$text = "<div class='menu-panel'>";
$text .= "<div class='menu-panel-header' title=\"".MENLAN_34."\">Area ".$area."</div>\n";
$text .= "<div class='menu-panel-header' title=\"".MENLAN_34."\">".MENLAN_14." ".$area."</div>\n";
$text .= $frm->open('form-area-'.$area,'post',e_SELF);
$text .= "<ul id='area-".$area."' class='sortable unstyled list-unstyled'>
<li>&nbsp;</li>";

View File

@ -337,7 +337,7 @@ define("LAN_USERCLASS", "Userclass");
define("LAN_HELP", "Help");
define("LAN_CUSTOM", "Custom configuration");
define("LAN_CUSTOM", "Custom");
define("LAN_MENULAYOUT", "Menu Layout");
define("LAN_MEDIAMANAGER", "Media Manager");