1 |
efrain |
1 |
{{!
|
|
|
2 |
This file is part of Moodle - http://moodle.org/
|
|
|
3 |
|
|
|
4 |
Moodle is free software: you can redistribute it and/or modify
|
|
|
5 |
it under the terms of the GNU General Public License as published by
|
|
|
6 |
the Free Software Foundation, either version 3 of the License, or
|
|
|
7 |
(at your option) any later version.
|
|
|
8 |
|
|
|
9 |
Moodle is distributed in the hope that it will be useful,
|
|
|
10 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
11 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
12 |
GNU General Public License for more details.
|
|
|
13 |
|
|
|
14 |
You should have received a copy of the GNU General Public License
|
|
|
15 |
along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
16 |
}}
|
|
|
17 |
{{#hasblocks}}
|
|
|
18 |
<button
|
|
|
19 |
id="sidepreopen-control"
|
|
|
20 |
class="btn icon-no-margin drawer-toggler drawer-right-toggle ml-auto d-print-none"
|
|
|
21 |
data-toggler="drawers"
|
|
|
22 |
data-action="toggle"
|
|
|
23 |
data-target="theme_universe-drawers-blocks"
|
|
|
24 |
data-toggle="tooltip"
|
|
|
25 |
data-placement="right"
|
|
|
26 |
title="{{#str}}opendrawerblocks, core{{/str}}"
|
|
|
27 |
>
|
|
|
28 |
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
|
29 |
<path d="M19.25 4.75V19.25" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
|
30 |
<path d="M4.75 12H15.25" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
|
31 |
<path d="M8.25 8.75L4.75 12L8.25 15.25" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
|
32 |
</svg>
|
|
|
33 |
</button>
|
|
|
34 |
|
|
|
35 |
{{< theme_universe/drawer-right }}
|
|
|
36 |
{{$id}}theme_universe-drawers-blocks{{/id}}
|
|
|
37 |
{{$drawerclasses}}rui-blocks-column rui-blocks-area drawer drawer-right{{#blockdraweropen}} show{{/blockdraweropen}}{{/drawerclasses}}
|
|
|
38 |
{{$drawercontent}}
|
|
|
39 |
<section class="d-print-none" aria-label="{{#str}}blocks{{/str}}">
|
|
|
40 |
{{{ addblockbutton }}}
|
|
|
41 |
{{{ sidepreblocks }}}
|
|
|
42 |
</section>
|
|
|
43 |
{{/drawercontent}}
|
|
|
44 |
{{$drawerpreferencename}}drawer-open-block{{/drawerpreferencename}}
|
|
|
45 |
{{$forceopen}}{{#forceblockdraweropen}}1{{/forceblockdraweropen}}{{/forceopen}}
|
|
|
46 |
{{$drawerstate}}show-drawer-right{{/drawerstate}}
|
|
|
47 |
{{$tooltipplacement}}left{{/tooltipplacement}}
|
|
|
48 |
{{$drawercloseonresize}}1{{/drawercloseonresize}}
|
|
|
49 |
{{$closebuttontext}}{{#str}}closeblockdrawer, core{{/str}}{{/closebuttontext}}
|
|
|
50 |
{{/ theme_universe/drawer-right}}
|
|
|
51 |
|
|
|
52 |
{{/hasblocks}}
|
|
|
53 |
|