mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 04:33:13 +01:00
Merge branch 'MDL-59685-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
08986e0c42
@ -60,12 +60,12 @@
|
||||
<div data-fullname="{{fullname}}" data-coursename="{{coursename}}" data-enrolinstancename="{{enrolinstancename}}"
|
||||
data-status="{{status}}" data-timestart="{{timestart}}" data-timeend="{{timeend}}">
|
||||
<span class="label {{#active}}label-success{{/active}}{{#suspended}}label-warning{{/suspended}}{{#notcurrent}}label-default{{/notcurrent}}">{{status}}</span>
|
||||
<a data-action="showdetails" role="button" tabindex="0">
|
||||
{{#pix}}docs, core, {{#str}}enroldetails, enrol{{/str}}{{/pix}}
|
||||
</a>
|
||||
<a data-action="showdetails" href="#" role="button" tabindex="0">{{!
|
||||
}}{{#pix}}docs, core, {{#str}}enroldetails, enrol{{/str}}{{/pix}}{{!
|
||||
}}</a>
|
||||
{{#enrolactions}}
|
||||
<a href="{{url}}" role="button" {{#attributes}}{{name}}="{{value}}" {{/attributes}}>
|
||||
{{{icon}}}
|
||||
</a>
|
||||
<a href="{{url}}" role="button" {{#attributes}}{{name}}="{{value}}" {{/attributes}}>{{!
|
||||
}}{{{icon}}}{{!
|
||||
}}</a>
|
||||
{{/enrolactions}}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user