Add usernames/userlist in the toolbar and fix publish button
This commit is contained in:
@@ -271,7 +271,7 @@ define([
|
||||
if (readOnly === 1) {
|
||||
$userElement.html('<span class="' + READONLY_CLS + '">' + Messages.readonly + '</span>');
|
||||
}
|
||||
else {
|
||||
else {
|
||||
var name = userData[myUserName] && userData[myUserName].name;
|
||||
var icon = '<span class="fa fa-user" style="font-family:FontAwesome;"></span>';
|
||||
if (!name) {
|
||||
|
||||
Reference in New Issue
Block a user