' +
'
' + (data.onlineRegisteredCount + data.onlineGuestCount) + '' +
'
[[admin/dashboard:active-users.total]]
' +
'
' +
+ '
' +
'
' + data.socketCount + '' +
'
[[admin/dashboard:active-users.connections]]
' +
'
';
diff --git a/public/src/admin/extend/plugins.js b/public/src/admin/extend/plugins.js
index 2bd96bea56..a677f0f94d 100644
--- a/public/src/admin/extend/plugins.js
+++ b/public/src/admin/extend/plugins.js
@@ -195,7 +195,7 @@ define('admin/extend/plugins', [
}
let html = '';
activePlugins.forEach(function (plugin) {
- html += '
' + plugin + '';
+ html += '
' + plugin + '';
});
if (!activePlugins.length) {
translator.translate('[[admin/extend/plugins:none-active]]', function (text) {
diff --git a/public/src/modules/helpers.common.js b/public/src/modules/helpers.common.js
index 25907fb446..3df00f28a3 100644
--- a/public/src/modules/helpers.common.js
+++ b/public/src/modules/helpers.common.js
@@ -113,8 +113,8 @@ module.exports = function (utils, Benchpress, relative_path) {
category.children.forEach(function (child) {
if (child && !child.isSection) {
const link = child.link ? child.link : (relative_path + '/category/' + child.slug);
- html += '
' +
- '' +
+ html += '
' +
+ '' +
'' +
'
' +
'' + child.name + '';
diff --git a/public/src/modules/iconSelect.js b/public/src/modules/iconSelect.js
index 96419f2614..dc596cf6b9 100644
--- a/public/src/modules/iconSelect.js
+++ b/public/src/modules/iconSelect.js
@@ -28,6 +28,7 @@ define('iconSelect', ['benchpress', 'bootbox'], function (Benchpress, bootbox) {
backdrop: true,
show: false,
message: html,
+ size: 'large',
title: 'Select an Icon',
buttons: {
noIcon: {
diff --git a/src/views/admin/extend/widgets.tpl b/src/views/admin/extend/widgets.tpl
index 58daab3a82..a11dfeffeb 100644
--- a/src/views/admin/extend/widgets.tpl
+++ b/src/views/admin/extend/widgets.tpl
@@ -105,7 +105,7 @@