Resolves gh-71 bug, so that admin views that has no fields are still accessible. Fixed gh-72 to insure all components on Joomla version 3.7.0 works and looks correctly. Please just recompile your components for Joomla v3.7.0
This commit is contained in:
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 47 of this MVC
|
||||
@build 21st March, 2017
|
||||
@version @update number 48 of this MVC
|
||||
@build 26th April, 2017
|
||||
@created 1st February, 2017
|
||||
@package Component Builder
|
||||
@subpackage default.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 47 of this MVC
|
||||
@build 21st March, 2017
|
||||
@version @update number 48 of this MVC
|
||||
@build 26th April, 2017
|
||||
@created 1st February, 2017
|
||||
@package Component Builder
|
||||
@subpackage view.html.php
|
||||
@ -204,7 +204,7 @@ class ComponentbuilderViewCompiler extends JViewLegacy
|
||||
// Set the Custom CSS script to view
|
||||
$this->document->addStyleDeclaration("
|
||||
.j-sidebar-container {
|
||||
margin: -28px 0 0 -1px !important;
|
||||
margin: -37px 0 0 -1px !important;
|
||||
}
|
||||
");
|
||||
// Set the Custom JS script to view
|
||||
|
Reference in New Issue
Block a user