mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
Merge branch 'MDL-80015-main' of https://github.com/roland04/moodle
This commit is contained in:
commit
ac573defdd
@ -70,14 +70,14 @@
|
||||
"options": [
|
||||
{
|
||||
"url": "\/course\/index.php\/?categoryid=281",
|
||||
"string": "Action 1"
|
||||
"string": "Action 1",
|
||||
"attributes": [
|
||||
{
|
||||
"name": "data-id",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"name": "aria-role",
|
||||
"name": "data-action",
|
||||
"value": "test"
|
||||
}
|
||||
]
|
||||
@ -105,9 +105,9 @@
|
||||
{{#str}}moremenu{{/str}}
|
||||
</button>
|
||||
|
||||
<div id="moreactionsmenu" class="dropdown-menu" aria-labelledby="dropdown-actions" role="menu">
|
||||
<div id="moreactionsmenu" class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdown-actions" role="menu">
|
||||
{{#options}}
|
||||
<a role="menuitem" class="dropdown-item" {{#attributes}}{{name}}="{{value}}"{{/attributes}} href="{{url}}" tabindex="-1">{{string}}</a>
|
||||
<a role="menuitem" class="dropdown-item" {{#attributes}}{{name}}="{{value}}" {{/attributes}} href="{{url}}" tabindex="-1">{{string}}</a>
|
||||
{{/options}}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user