mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-39231: Rename region-bs-main to region-main in layout files for theme bootstrap and theme simple
This commit is contained in:
parent
8a4f888220
commit
2135cec6e8
@ -113,13 +113,13 @@ echo $OUTPUT->doctype() ?>
|
||||
<?php if ($layout === 'pre-and-post') { ?>
|
||||
<div id="region-bs-main-and-pre" class="span9">
|
||||
<div class="row-fluid">
|
||||
<section id="region-bs-main" class="span8 pull-right">
|
||||
<section id="region-main" class="span8 pull-right">
|
||||
<?php } else if ($layout === 'side-post-only') { ?>
|
||||
<section id="region-bs-main" class="span9">
|
||||
<section id="region-main" class="span9">
|
||||
<?php } else if ($layout === 'side-pre-only') { ?>
|
||||
<section id="region-bs-main" class="span9 pull-right">
|
||||
<section id="region-main" class="span9 pull-right">
|
||||
<?php } else if ($layout === 'content-only') { ?>
|
||||
<section id="region-bs-main" class="span12">
|
||||
<section id="region-main" class="span12">
|
||||
<?php } ?>
|
||||
|
||||
|
||||
|
@ -142,13 +142,13 @@ echo $OUTPUT->doctype() ?>
|
||||
<?php if ($layout === 'pre-and-post') { ?>
|
||||
<div id="region-bs-main-and-pre" class="span9">
|
||||
<div class="row-fluid">
|
||||
<section id="region-bs-main" class="span8 pull-right">
|
||||
<section id="region-main" class="span8 pull-right">
|
||||
<?php } else if ($layout === 'side-post-only') { ?>
|
||||
<section id="region-bs-main" class="span9">
|
||||
<section id="region-main" class="span9">
|
||||
<?php } else if ($layout === 'side-pre-only') { ?>
|
||||
<section id="region-bs-main" class="span9 pull-right">
|
||||
<section id="region-main" class="span9 pull-right">
|
||||
<?php } else if ($layout === 'content-only') { ?>
|
||||
<section id="region-bs-main" class="span12">
|
||||
<section id="region-main" class="span12">
|
||||
<?php } ?>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user