|
@@ -9,6 +9,7 @@ define("converse-templates", [
|
|
|
"tpl!chatroom",
|
|
|
"tpl!chatroom_form",
|
|
|
"tpl!chatroom_password_form",
|
|
|
+ "tpl!chatroom_nickname_form",
|
|
|
"tpl!chatroom_sidebar",
|
|
|
"tpl!chatrooms_tab",
|
|
|
"tpl!chats_panel",
|
|
@@ -69,49 +70,50 @@ define("converse-templates", [
|
|
|
chatroom: arguments[7],
|
|
|
chatroom_form: arguments[8],
|
|
|
chatroom_password_form: arguments[9],
|
|
|
- chatroom_sidebar: arguments[10],
|
|
|
- chatrooms_tab: arguments[11],
|
|
|
- chats_panel: arguments[12],
|
|
|
- choose_status: arguments[13],
|
|
|
- contacts_panel: arguments[14],
|
|
|
- contacts_tab: arguments[15],
|
|
|
- controlbox: arguments[16],
|
|
|
- controlbox_toggle: arguments[17],
|
|
|
- field: arguments[18],
|
|
|
- form_captcha: arguments[19],
|
|
|
- form_checkbox: arguments[20],
|
|
|
- form_input: arguments[21],
|
|
|
- form_select: arguments[22],
|
|
|
- form_textarea: arguments[23],
|
|
|
- form_username: arguments[24],
|
|
|
- group_header: arguments[25],
|
|
|
- info: arguments[26],
|
|
|
- login_panel: arguments[27],
|
|
|
- login_tab: arguments[28],
|
|
|
- message: arguments[29],
|
|
|
- new_day: arguments[30],
|
|
|
- occupant: arguments[31],
|
|
|
- pending_contact: arguments[32],
|
|
|
- pending_contacts: arguments[33],
|
|
|
- register_panel: arguments[34],
|
|
|
- register_tab: arguments[35],
|
|
|
- registration_form: arguments[36],
|
|
|
- registration_request: arguments[37],
|
|
|
- requesting_contact: arguments[38],
|
|
|
- requesting_contacts: arguments[39],
|
|
|
- room_description: arguments[40],
|
|
|
- room_item: arguments[41],
|
|
|
- room_panel: arguments[42],
|
|
|
- roster: arguments[43],
|
|
|
- roster_item: arguments[44],
|
|
|
- search_contact: arguments[45],
|
|
|
- select_option: arguments[46],
|
|
|
- status_option: arguments[47],
|
|
|
- toggle_chats: arguments[48],
|
|
|
- toolbar: arguments[49],
|
|
|
- toolbar_otr: arguments[50],
|
|
|
- trimmed_chat: arguments[51],
|
|
|
- vcard: arguments[52],
|
|
|
- chatbox_minimize: arguments[53]
|
|
|
+ chatroom_nickname_form: arguments[10],
|
|
|
+ chatroom_sidebar: arguments[11],
|
|
|
+ chatrooms_tab: arguments[12],
|
|
|
+ chats_panel: arguments[13],
|
|
|
+ choose_status: arguments[14],
|
|
|
+ contacts_panel: arguments[15],
|
|
|
+ contacts_tab: arguments[16],
|
|
|
+ controlbox: arguments[17],
|
|
|
+ controlbox_toggle: arguments[18],
|
|
|
+ field: arguments[19],
|
|
|
+ form_captcha: arguments[20],
|
|
|
+ form_checkbox: arguments[21],
|
|
|
+ form_input: arguments[22],
|
|
|
+ form_select: arguments[23],
|
|
|
+ form_textarea: arguments[24],
|
|
|
+ form_username: arguments[25],
|
|
|
+ group_header: arguments[26],
|
|
|
+ info: arguments[27],
|
|
|
+ login_panel: arguments[28],
|
|
|
+ login_tab: arguments[29],
|
|
|
+ message: arguments[30],
|
|
|
+ new_day: arguments[31],
|
|
|
+ occupant: arguments[32],
|
|
|
+ pending_contact: arguments[33],
|
|
|
+ pending_contacts: arguments[34],
|
|
|
+ register_panel: arguments[35],
|
|
|
+ register_tab: arguments[36],
|
|
|
+ registration_form: arguments[37],
|
|
|
+ registration_request: arguments[38],
|
|
|
+ requesting_contact: arguments[39],
|
|
|
+ requesting_contacts: arguments[40],
|
|
|
+ room_description: arguments[41],
|
|
|
+ room_item: arguments[42],
|
|
|
+ room_panel: arguments[43],
|
|
|
+ roster: arguments[44],
|
|
|
+ roster_item: arguments[45],
|
|
|
+ search_contact: arguments[46],
|
|
|
+ select_option: arguments[47],
|
|
|
+ status_option: arguments[48],
|
|
|
+ toggle_chats: arguments[49],
|
|
|
+ toolbar: arguments[50],
|
|
|
+ toolbar_otr: arguments[51],
|
|
|
+ trimmed_chat: arguments[52],
|
|
|
+ vcard: arguments[53],
|
|
|
+ chatbox_minimize: arguments[54]
|
|
|
};
|
|
|
});
|