Skip to content
Snippets Groups Projects
Commit 14307ee9 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Adjusted columns2.mustache template due to upstream changes in theme Boost.

parent f6cb8d92
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ Changes ...@@ -6,6 +6,7 @@ Changes
### Unreleased ### Unreleased
* 2020-01-29 - Adjusted columns2.mustache template due to upstream changes in theme Boost.
* 2019-12-20 - Added Behat tests. * 2019-12-20 - Added Behat tests.
PLEASE NOTE: For all scenarios to pass, the Moodle version 3.7.3+ (Build: 20191212) is needed. PLEASE NOTE: For all scenarios to pass, the Moodle version 3.7.3+ (Build: 20191212) is needed.
* 2019-12-17 - Fixed bug for the selection of block regions when 2 block columns in footer are enabled. * 2019-12-17 - Fixed bug for the selection of block regions when 2 block columns in footer are enabled.
......
...@@ -63,16 +63,16 @@ ...@@ -63,16 +63,16 @@
<body {{{ bodyattributes }}}> <body {{{ bodyattributes }}}>
<div id="page-wrapper"> <div id="page-wrapper" class="d-print-block">
{{{ output.standard_top_of_body_html }}} {{{ output.standard_top_of_body_html }}}
{{> theme_boost_campus/navbar }} {{> theme_boost_campus/navbar }}
<div id="page" class="container-fluid"> <div id="page" class="container-fluid d-print-block">
{{{ output.full_header }}} {{{ output.full_header }}}
<div id="page-content" class="row pb-3"> <div id="page-content" class="row pb-3 d-print-block">
<div id="region-main-box" class="col-12"> <div id="region-main-box" class="col-12">
{{#node}} {{#node}}
{{> theme_boost_campus/settings_link_page }} {{> theme_boost_campus/settings_link_page }}
......
...@@ -52,16 +52,16 @@ ...@@ -52,16 +52,16 @@
<body {{{ bodyattributes }}}> <body {{{ bodyattributes }}}>
<div id="page-wrapper"> <div id="page-wrapper" class="d-print-block">
{{{ output.standard_top_of_body_html }}} {{{ output.standard_top_of_body_html }}}
{{> theme_boost/navbar }} {{> theme_boost/navbar }}
<div id="page" class="container-fluid"> <div id="page" class="container-fluid d-print-block">
{{{ output.full_header }}} {{{ output.full_header }}}
<div id="page-content" class="row pb-3"> <div id="page-content" class="row pb-3 d-print-block">
<div id="region-main-box" class="col-12"> <div id="region-main-box" class="col-12">
{{#hasregionmainsettingsmenu}} {{#hasregionmainsettingsmenu}}
<div id="region-main-settings-menu" class="d-print-none {{#hasblocks}}has-blocks{{/hasblocks}}"> <div id="region-main-settings-menu" class="d-print-none {{#hasblocks}}has-blocks{{/hasblocks}}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment