MDL-65658 mod_forum: Update the group image titles

This commit is contained in:
Mathew May
2019-06-04 11:48:17 +02:00
committed by Sara Arjona
parent 34b6079e6b
commit dd287e7df0
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -167,7 +167,7 @@
class="rounded-circle userpicture"
src="{{urls.profileimage}}"
alt="{{#str}}pictureof, moodle, {{fullname}}{{/str}}"
title="{{fullname}}"
title="{{#str}}pictureof, moodle, {{fullname}}{{/str}}"
>
</div>
<div class="align-middle p-2">
@@ -186,14 +186,14 @@
aria-hidden="true"
class="border rounded h-auto rounded-circle grouppicture"
src="{{{urls.picture}}}"
title="{{name}}">
title="{{#str}} pictureof, core, {{name}} {{/str}}">
</a>
{{/urls.userlist}}
{{^urls.userlist}}
<img alt="{{#str}} pictureof, core, {{name}} {{/str}}"
class="border rounded h-auto rounded-circle grouppicture"
src="{{{urls.picture}}}"
title="{{name}}">
title="{{#str}} pictureof, core, {{name}} {{/str}}">
{{/urls.userlist}}
{{/urls.picture}}
{{^urls.picture}}
@@ -240,7 +240,7 @@
class="rounded-circle userpicture"
src="{{latestpostauthor.urls.profileimage}}"
alt="{{#str}}pictureof, moodle, {{latestpostauthor.fullname}}{{/str}}"
title="{{latestpostauthor.fullname}}"
title="{{#str}}pictureof, moodle, {{latestpostauthor.fullname}}{{/str}}"
>
</a>
</div>
@@ -58,7 +58,7 @@
src="{{{.}}}"
alt="{{#str}} pictureof, core, {{author.fullname}} {{/str}}"
aria-hidden="true"
title="{{author.fullname}}"
title="{{#str}} pictureof, core, {{author.fullname}} {{/str}}"
>
{{/urls.profileimage}}
</div>
@@ -107,7 +107,7 @@
src="{{{.}}}"
alt="{{#str}} pictureof, core, {{name}} {{/str}}"
aria-hidden="true"
title="{{name}}"
title="{{#str}} pictureof, core, {{name}} {{/str}}"
>
</a>
{{/urls.image}}
@@ -117,7 +117,7 @@
<img class="rounded-circle w-100"
src="{{{.}}}"
alt="{{#str}} pictureof, core, {{name}} {{/str}}"
title="{{name}}"
title="{{#str}} pictureof, core, {{name}} {{/str}}"
>
{{/urls.image}}
{{/urls.group}}