|
@@ -7,6 +7,7 @@ define("converse-templates", [
|
|
|
"tpl!chatarea",
|
|
|
"tpl!chatbox",
|
|
|
"tpl!chatroom",
|
|
|
+ "tpl!chatroom_password_form",
|
|
|
"tpl!chatroom_sidebar",
|
|
|
"tpl!chatrooms_tab",
|
|
|
"tpl!chats_panel",
|
|
@@ -51,39 +52,40 @@ define("converse-templates", [
|
|
|
chatarea: arguments[5],
|
|
|
chatbox: arguments[6],
|
|
|
chatroom: arguments[7],
|
|
|
- chatroom_sidebar: arguments[8],
|
|
|
- chatrooms_tab: arguments[9],
|
|
|
- chats_panel: arguments[10],
|
|
|
- choose_status: arguments[11],
|
|
|
- contacts_panel: arguments[12],
|
|
|
- contacts_tab: arguments[13],
|
|
|
- controlbox: arguments[14],
|
|
|
- controlbox_toggle: arguments[15],
|
|
|
- field: arguments[16],
|
|
|
- form_checkbox: arguments[17],
|
|
|
- form_input: arguments[18],
|
|
|
- form_select: arguments[19],
|
|
|
- group_header: arguments[20],
|
|
|
- info: arguments[21],
|
|
|
- login_panel: arguments[22],
|
|
|
- login_tab: arguments[23],
|
|
|
- message: arguments[24],
|
|
|
- new_day: arguments[25],
|
|
|
- occupant: arguments[26],
|
|
|
- pending_contact: arguments[27],
|
|
|
- pending_contacts: arguments[28],
|
|
|
- requesting_contact: arguments[29],
|
|
|
- requesting_contacts: arguments[30],
|
|
|
- room_description: arguments[31],
|
|
|
- room_item: arguments[32],
|
|
|
- room_panel: arguments[33],
|
|
|
- roster: arguments[34],
|
|
|
- roster_item: arguments[35],
|
|
|
- select_option: arguments[36],
|
|
|
- search_contact: arguments[37],
|
|
|
- status_option: arguments[38],
|
|
|
- toggle_chats: arguments[39],
|
|
|
- toolbar: arguments[40],
|
|
|
- trimmed_chat: arguments[41]
|
|
|
+ chatroom_password_form: arguments[8],
|
|
|
+ chatroom_sidebar: arguments[9],
|
|
|
+ chatrooms_tab: arguments[10],
|
|
|
+ chats_panel: arguments[11],
|
|
|
+ choose_status: arguments[12],
|
|
|
+ contacts_panel: arguments[13],
|
|
|
+ contacts_tab: arguments[14],
|
|
|
+ controlbox: arguments[15],
|
|
|
+ controlbox_toggle: arguments[16],
|
|
|
+ field: arguments[17],
|
|
|
+ form_checkbox: arguments[18],
|
|
|
+ form_input: arguments[19],
|
|
|
+ form_select: arguments[20],
|
|
|
+ group_header: arguments[21],
|
|
|
+ info: arguments[22],
|
|
|
+ login_panel: arguments[23],
|
|
|
+ login_tab: arguments[24],
|
|
|
+ message: arguments[25],
|
|
|
+ new_day: arguments[26],
|
|
|
+ occupant: arguments[27],
|
|
|
+ pending_contact: arguments[28],
|
|
|
+ pending_contacts: arguments[29],
|
|
|
+ requesting_contact: arguments[30],
|
|
|
+ requesting_contacts: arguments[31],
|
|
|
+ room_description: arguments[32],
|
|
|
+ room_item: arguments[33],
|
|
|
+ room_panel: arguments[34],
|
|
|
+ roster: arguments[35],
|
|
|
+ roster_item: arguments[36],
|
|
|
+ select_option: arguments[37],
|
|
|
+ search_contact: arguments[38],
|
|
|
+ status_option: arguments[39],
|
|
|
+ toggle_chats: arguments[40],
|
|
|
+ toolbar: arguments[41],
|
|
|
+ trimmed_chat: arguments[42]
|
|
|
};
|
|
|
});
|