From 45aa96376d0675304279e881c7b677df066b9b8d Mon Sep 17 00:00:00 2001 From: Maximilian Mader Date: Sat, 10 Jan 2015 00:48:06 +0100 Subject: [PATCH] Show maxUsers in boxRoomList --- template/boxRoomList.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/boxRoomList.tpl b/template/boxRoomList.tpl index 31c6e1e..d659dff 100644 --- a/template/boxRoomList.tpl +++ b/template/boxRoomList.tpl @@ -6,7 +6,7 @@
-

{$room} {#$users|count}

+

{$room} {#$users|count}{if $room->maxUsers} / {#$room->maxUsers}{/if}

{$room->topic|language}