mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
Merge branch 'MDL-59425-master' of https://github.com/abias/moodle
This commit is contained in:
commit
7a39523e0e
@ -62,7 +62,7 @@
|
||||
<nav class="list-group m-t-1">
|
||||
{{/showdivider}}
|
||||
{{#action}}
|
||||
<a class="list-group-item list-group-item-action {{#isactive}}font-weight-bold{{/isactive}}" href="{{{action}}}" data-key="{{key}}">
|
||||
<a class="list-group-item list-group-item-action {{#isactive}}font-weight-bold{{/isactive}}" href="{{{action}}}" data-key="{{key}}" data-isexpandable="{{isexpandable}}" data-indent="{{get_indent}}" data-showdivider="{{showdivider}}" data-type="{{type}}" data-nodetype="{{nodetype}}" data-collapse="{{collapse}}" data-forceopen="{{forceopen}}" data-isactive="{{isactive}}" data-hidden="{{hidden}}" data-preceedwithhr="{{preceedwithhr}}" {{#parent.key}}data-parent-key="{{.}}"{{/parent.key}}>
|
||||
<div class="m-l-{{get_indent}}">
|
||||
{{#is_section}}
|
||||
<div class="media">
|
||||
@ -79,7 +79,7 @@
|
||||
</a>
|
||||
{{/action}}
|
||||
{{^action}}
|
||||
<div class="list-group-item" data-key="{{key}}">
|
||||
<div class="list-group-item" data-key="{{key}}" data-isexpandable="{{isexpandable}}" data-indent="{{get_indent}}" data-showdivider="{{showdivider}}" data-type="{{type}}" data-nodetype="{{nodetype}}" data-collapse="{{collapse}}" data-forceopen="{{forceopen}}" data-isactive="{{isactive}}" data-hidden="{{hidden}}" data-preceedwithhr="{{preceedwithhr}}" {{#parent.key}}data-parent-key="{{.}}"{{/parent.key}}>
|
||||
<div class="m-l-{{get_indent}}">
|
||||
{{#is_section}}
|
||||
{{#pix}}i/folder{{/pix}}
|
||||
|
@ -7,6 +7,8 @@ information provided here is intended especially for theme designer.
|
||||
and a template with the same name in /theme/boost/templates/ rendering the pagelayout "login".
|
||||
To prevent misunderstanding when overriding one of these templates in a Boost child theme,
|
||||
the first one was renamed to loginform.mustache - see MDL-58970.
|
||||
* The Boost flat navigation nodes now have several data-attributes which let plugin developers
|
||||
access properties from the underlying navigation nodes in the browser - see MDL-59425.
|
||||
|
||||
=== 3.3 ===
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user