Skip to content
Snippets Groups Projects
Commit 8c5f06c7 authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Add #leftcolumn and #sidebar wrappers

Added the #leftcolumn and #sidebar wrappers around the MW panel content
which is it's left column content.
parent e4ff983c
No related branches found
No related tags found
No related merge requests found
...@@ -546,6 +546,10 @@ class UabVectorTemplate extends QuickTemplate { ...@@ -546,6 +546,10 @@ class UabVectorTemplate extends QuickTemplate {
</div> </div>
</div> </div>
<!-- /header --> <!-- /header -->
<!-- leftcolumn -->
<div id="leftcolumn">
<!-- sidebar -->
<div class="sidebar">
<!-- panel --> <!-- panel -->
<div id="mw-panel" class="noprint"> <div id="mw-panel" class="noprint">
<!-- logo --> <!-- logo -->
...@@ -555,6 +559,10 @@ class UabVectorTemplate extends QuickTemplate { ...@@ -555,6 +559,10 @@ class UabVectorTemplate extends QuickTemplate {
</div> </div>
<!-- /panel --> <!-- /panel -->
</div> </div>
<!-- /sidebar -->
</div>
<!-- /leftcolumn -->
</div>
<!-- /whitebox --> <!-- /whitebox -->
</div> </div>
<!-- /whitebox-shadow --> <!-- /whitebox-shadow -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment