+
+ {$lang->dev->api}", '', "id='api' class='btn btn-link'");
+ common::printLink('dev', 'db', "", "{$lang->dev->db}", '', "id='db' class='btn btn-link'");
+ common::printLink('editor', 'index', 'type=editor', "{$lang->dev->editor}", '', "id='editor' class='btn btn-link'");
+ ?>
+
-
+
diff --git a/module/editor/css/edit.css b/module/editor/css/edit.css
index abc3e8d164..b72138a1a8 100644
--- a/module/editor/css/edit.css
+++ b/module/editor/css/edit.css
@@ -1 +1,2 @@
-.form-condensed textarea.form-control {min-height: 500px; height: auto;}
+body{padding-bottom:0px;background-color:#fff;}
+.main-content textarea.form-control {min-height: 450px; height: auto;}
diff --git a/module/editor/css/extend.css b/module/editor/css/extend.css
index b1ba5a96f8..e019a90efa 100644
--- a/module/editor/css/extend.css
+++ b/module/editor/css/extend.css
@@ -1,3 +1,5 @@
+body{padding-bottom:0px;background-color:#fff;}
.expandable > ul {display: none!important}
.collapsable > ul {display: block!important}
.tree li:before {margin-right: 4px;}
+.tree li>a{display:inline;}
diff --git a/module/editor/css/index.css b/module/editor/css/index.css
index 6456b31bb7..01cd89494e 100644
--- a/module/editor/css/index.css
+++ b/module/editor/css/index.css
@@ -3,3 +3,4 @@ table tr > td:first-child {padding-left: 0;}
table tr > td:last-child {padding-right: 0;}
.modulegroup {font-weight:bold; padding-top:8px; border-top:1px solid #ddd;}
td.w-200px a:hover {font-weight:bold;}
+.w-350px{width:350px;}
diff --git a/module/editor/js/edit.js b/module/editor/js/edit.js
index f13ed08ae6..6e853d71c2 100644
--- a/module/editor/js/edit.js
+++ b/module/editor/js/edit.js
@@ -1,4 +1 @@
-$(function()
-{
-
-})
+$(function(){ })
diff --git a/module/editor/js/index.js b/module/editor/js/index.js
index 96c6236e7f..c2b1ddc184 100644
--- a/module/editor/js/index.js
+++ b/module/editor/js/index.js
@@ -1,8 +1,12 @@
$(function()
{
- var showHeight = $('.outer').height() - $('#featurebar').height() - 40;
+ var showHeight = $('#main').height() - $('#mainMenu').height() - 40;
$('#editWin').height(showHeight);
$('#extendWin').height(showHeight);
- $('.panel a.list-group-item').click(function(){$('.panel a.list-group-item.active').removeClass('active'); $(this).addClass('active')});
+ $('.side-col a').click(function()
+ {
+ $('.side-col a.active').removeClass('active');
+ $(this).addClass('active');
+ });
});
diff --git a/module/editor/view/edit.html.php b/module/editor/view/edit.html.php
index 1f41024665..979d6ebc44 100644
--- a/module/editor/view/edit.html.php
+++ b/module/editor/view/edit.html.php
@@ -11,17 +11,17 @@
*/
?>
-