Merge branch 'MDL-78619-master' of https://github.com/HuongNV13/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2023-09-07 11:46:12 +02:00 committed by Jun Pataleta
commit 5fdd1f768b
No known key found for this signature in database
GPG key ID: F83510526D99E2C7

View file

@ -34,7 +34,7 @@
<div class="container footer-dark-inner">
<div id="course-footer">{{{ output.course_footer }}}</div>
{{#output.has_communication_links}}
<button onclick="window.open('{{output.communication_url}}', '_blank')" class="btn btn-icon bg-primary text-white icon-no-margin btn-footer-communication" aria-label="{{#str}}communicationroomlink, course{{/str}}">
<button onclick="window.open('{{output.communication_url}}', '_blank', 'noreferrer')" class="btn btn-icon bg-primary text-white icon-no-margin btn-footer-communication" aria-label="{{#str}}communicationroomlink, course{{/str}}">
{{#pix}}t/messages-o, core{{/pix}}
</button>
{{/output.has_communication_links}}