1 |
efrain |
1 |
<div class="above-tiles-buttons text-right{{^section_zero_show}} section-zero-empty{{/section_zero_show}}">
|
|
|
2 |
{{#section_zero_show}}
|
|
|
3 |
<a class="sectionbutton buttonhidesec0 open float-right ml-1" href="#" data-section="0">
|
|
|
4 |
<span class="sec-zero-open-icon justify-content-center align-items-center h-100" title="{{#str}}close, format_tiles{{/str}}">
|
|
|
5 |
{{#pix}}close, format_tiles, {{#str}}close, format_tiles{{/str}}{{/pix}}
|
|
|
6 |
</span>
|
|
|
7 |
<span class="sec-zero-closed-icon justify-content-center align-items-center h-100" title="{{#str}}expand, format_tiles{{/str}}">
|
|
|
8 |
{{#pix}}sort, format_tiles, {{#str}}expand, format_tiles{{/str}}{{/pix}}
|
|
|
9 |
</span>
|
|
|
10 |
|
|
|
11 |
</a>
|
|
|
12 |
{{/section_zero_show}}
|
|
|
13 |
{{#jsnavadminallowed}}
|
|
|
14 |
<div class="btn-group">
|
|
|
15 |
<a type="button" class="sectionbutton align-top" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="{{#str}}controls, format_tiles{{/str}}">
|
|
|
16 |
<span id="sec-zero-closed-icon" class="d-flex justify-content-center align-items-center h-100">
|
|
|
17 |
<svg width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
|
18 |
<path fill="currentColor" d="M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z"></path>
|
|
|
19 |
<path fill="currentColor" d="M13 8C13 8.55228 12.5523 9 12 9C11.4477 9 11 8.55228 11 8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8Z"></path>
|
|
|
20 |
<path fill="currentColor" d="M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15C12.5523 15 13 15.4477 13 16Z"></path>
|
|
|
21 |
</svg>
|
|
|
22 |
</span>
|
|
|
23 |
</a>
|
|
|
24 |
<div class="dropdown-menu dropdown-menu-right">
|
|
|
25 |
<a class="dropdown-item" href="{{{config.wwwroot}}}/course/view.php?id={{courseid}}&stopjsnav=1">
|
|
|
26 |
{{#jsnavuserenabled}}
|
|
|
27 |
{{#pix}}toggle-on, format_tiles, {{#str}}jsactivate, format_tiles{{/str}}{{/pix}}{{#str}}jsactivate, format_tiles{{/str}}
|
|
|
28 |
{{/jsnavuserenabled}}
|
|
|
29 |
{{^jsnavuserenabled}}
|
|
|
30 |
{{#pix}}toggle-off, format_tiles, {{#str}}jsdeactivate, format_tiles{{/str}}{{/pix}}{{#str}}jsdeactivate, format_tiles{{/str}}
|
|
|
31 |
{{/jsnavuserenabled}}
|
|
|
32 |
</a>
|
|
|
33 |
</div>
|
|
|
34 |
</div>
|
|
|
35 |
{{/jsnavadminallowed}}
|
|
|
36 |
</div>
|