mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 09:55:33 +02:00
Merge branch 'MDL-56391_master' of git://github.com/markn86/moodle
This commit is contained in:
commit
8fb1b3bb68
@ -123,7 +123,6 @@ $string['unreadnewmessage'] = 'New message from {$a}';
|
||||
$string['userisblockingyou'] = 'This user has blocked you from sending messages to them';
|
||||
$string['userisblockingyounoncontact'] = '{$a} only accepts messages from their contacts.';
|
||||
$string['viewinganotherusersmessagearea'] = 'You are viewing another user\'s message area.';
|
||||
$string['viewmessages'] = 'View messages';
|
||||
$string['viewmessageswith'] = 'View messages with {$a}';
|
||||
$string['viewnotificationresource'] = 'Go to: {$a}';
|
||||
$string['viewunreadmessageswith'] = 'View unread messages with {$a}';
|
||||
|
@ -21,7 +21,11 @@
|
||||
</div>
|
||||
<div class="profile" data-userid="{{userid}}" data-region="profile">
|
||||
<div class="user-container">
|
||||
<img class="profile-picture" src="{{profileimageurl}}" alt="" />
|
||||
<a data-action="profile-view" href="#">
|
||||
<img class="profile-picture" src="{{profileimageurl}}"
|
||||
alt="{{#str}}pictureof, moodle, {{fullname}}{{/str}}"
|
||||
title="{{#str}}pictureof, moodle, {{fullname}}{{/str}}" />
|
||||
</a>
|
||||
<div class="name-container">
|
||||
<div class="name">{{fullname}}</div>
|
||||
<div class="status {{#isonline}}online{{/isonline}}">
|
||||
@ -37,10 +41,7 @@
|
||||
</div>
|
||||
<div class="actions">
|
||||
<div class="separator">
|
||||
<a data-action="profile-view" href="#">{{#str}}viewprofile{{/str}}</a>
|
||||
</div>
|
||||
<div class="separator">
|
||||
<a data-action="profile-send-message" href="#">{{#str}}viewmessages, message{{/str}}</a>
|
||||
<a data-action="profile-send-message" href="#">{{#str}}sendmessage, message{{/str}}</a>
|
||||
</div>
|
||||
<div class="separator">
|
||||
{{#isblocked}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user