|
@@ -17,10 +17,12 @@ define("converse-templates", [
|
|
|
"tpl!controlbox",
|
|
|
"tpl!controlbox_toggle",
|
|
|
"tpl!field",
|
|
|
- "tpl!form_checkbox",
|
|
|
"tpl!form_captcha",
|
|
|
+ "tpl!form_checkbox",
|
|
|
"tpl!form_input",
|
|
|
"tpl!form_select",
|
|
|
+ "tpl!form_textarea",
|
|
|
+ "tpl!form_username",
|
|
|
"tpl!group_header",
|
|
|
"tpl!info",
|
|
|
"tpl!login_panel",
|
|
@@ -40,13 +42,12 @@ define("converse-templates", [
|
|
|
"tpl!room_panel",
|
|
|
"tpl!roster",
|
|
|
"tpl!roster_item",
|
|
|
- "tpl!select_option",
|
|
|
"tpl!search_contact",
|
|
|
+ "tpl!select_option",
|
|
|
"tpl!status_option",
|
|
|
"tpl!toggle_chats",
|
|
|
"tpl!toolbar",
|
|
|
- "tpl!trimmed_chat",
|
|
|
- "tpl!form_textarea"
|
|
|
+ "tpl!trimmed_chat"
|
|
|
], function () {
|
|
|
return {
|
|
|
action: arguments[0],
|
|
@@ -67,35 +68,36 @@ define("converse-templates", [
|
|
|
controlbox: arguments[15],
|
|
|
controlbox_toggle: arguments[16],
|
|
|
field: arguments[17],
|
|
|
- form_checkbox: arguments[18],
|
|
|
- form_captcha: arguments[19],
|
|
|
+ form_captcha: arguments[18],
|
|
|
+ form_checkbox: arguments[19],
|
|
|
form_input: arguments[20],
|
|
|
form_select: arguments[21],
|
|
|
- group_header: arguments[22],
|
|
|
- info: arguments[23],
|
|
|
- login_panel: arguments[24],
|
|
|
- login_tab: arguments[25],
|
|
|
- message: arguments[26],
|
|
|
- new_day: arguments[27],
|
|
|
- occupant: arguments[28],
|
|
|
- pending_contact: arguments[29],
|
|
|
- pending_contacts: arguments[30],
|
|
|
- register_panel: arguments[31],
|
|
|
- register_tab: arguments[32],
|
|
|
- registration_form: arguments[33],
|
|
|
- requesting_contact: arguments[34],
|
|
|
- requesting_contacts: arguments[35],
|
|
|
- room_description: arguments[36],
|
|
|
- room_item: arguments[37],
|
|
|
- room_panel: arguments[38],
|
|
|
- roster: arguments[39],
|
|
|
- roster_item: arguments[40],
|
|
|
- select_option: arguments[41],
|
|
|
- search_contact: arguments[42],
|
|
|
- status_option: arguments[43],
|
|
|
- toggle_chats: arguments[44],
|
|
|
- toolbar: arguments[45],
|
|
|
- trimmed_chat: arguments[46],
|
|
|
- form_textarea: arguments[47]
|
|
|
+ form_textarea: arguments[22],
|
|
|
+ form_username: arguments[23],
|
|
|
+ group_header: arguments[24],
|
|
|
+ info: arguments[25],
|
|
|
+ login_panel: arguments[26],
|
|
|
+ login_tab: arguments[27],
|
|
|
+ message: arguments[28],
|
|
|
+ new_day: arguments[29],
|
|
|
+ occupant: arguments[30],
|
|
|
+ pending_contact: arguments[31],
|
|
|
+ pending_contacts: arguments[32],
|
|
|
+ register_panel: arguments[33],
|
|
|
+ register_tab: arguments[34],
|
|
|
+ registration_form: arguments[35],
|
|
|
+ requesting_contact: arguments[36],
|
|
|
+ requesting_contacts: arguments[37],
|
|
|
+ room_description: arguments[38],
|
|
|
+ room_item: arguments[39],
|
|
|
+ room_panel: arguments[40],
|
|
|
+ roster: arguments[41],
|
|
|
+ roster_item: arguments[42],
|
|
|
+ search_contact: arguments[43],
|
|
|
+ select_option: arguments[44],
|
|
|
+ status_option: arguments[45],
|
|
|
+ toggle_chats: arguments[46],
|
|
|
+ toolbar: arguments[47],
|
|
|
+ trimmed_chat: arguments[48]
|
|
|
};
|
|
|
});
|