diff --git a/public/src/client/chats/manage.js b/public/src/client/chats/manage.js index fce6db3505..72fbf2ab1f 100644 --- a/public/src/client/chats/manage.js +++ b/public/src/client/chats/manage.js @@ -32,6 +32,7 @@ define('forum/chats/manage', [ }); modal = bootbox.dialog({ title: '[[modules:chat.manage-room]]', + size: 'large', message: html, onEscape: true, }); diff --git a/src/views/modals/manage-room.tpl b/src/views/modals/manage-room.tpl index 0469897464..08c96ccb0b 100644 --- a/src/views/modals/manage-room.tpl +++ b/src/views/modals/manage-room.tpl @@ -1,19 +1,5 @@
- - -

-

[[modules:chat.add-user-help]]

- -
- - - - - {{{ if user.isAdmin }}} -
- - {{{ if room.public }}} - - - - +
{{{ end }}} + + + +

+

[[modules:chat.add-user-help]]

+ +
+ +
+
+ + +
    +
  • [[modules:chat.retrieving-users]]
  • +
+
+ {{{ if (user.isAdmin && room.public) }}} +
+ + +
+ {{{ end }}} +
+ {{{ if user.isAdmin }}} +