From 4e14a262829b763a6bcbd7e8fc376b51c1094509 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 10 May 2011 09:44:56 +0200 Subject: export session as random password to acp --- src/templates/apps/room/list.html | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'src/templates/apps') diff --git a/src/templates/apps/room/list.html b/src/templates/apps/room/list.html index 2ec375e..6c39e12 100644 --- a/src/templates/apps/room/list.html +++ b/src/templates/apps/room/list.html @@ -10,7 +10,8 @@ event: "click", collapsible: true, navigation: true, - animated: true + animated: true, + autoHeight: false }); {% endblock %} {% block content %} @@ -21,12 +22,19 @@

{{r.name}}

-

Created by {{r.creator}} {{r.timecreated|datehumanize}}.

-

Meeting room URL: {{r|roomurl}}

- +
    +
  • Created by {{r.creator}} {{r.timecreated|datehumanize}}.
  • + {% if r.lastvisited %}
  • Last visited {{r.lastvisited|datehumanize}}{% if r.user_count %}when there was {{r.user_count}} user{{r.user_count|pluralize}} in the room{%endif%}.
  • {%endif%} +
  • Meeting room URL: {{r|roomurl}}
  • +
+
+ {% if r.description %} +

{{r.description|safe}}

+ {% endif %} +
{% endfor %} -- cgit v1.1