Browse Source

[DOC] remove last step

pull/29/head
Ivan Yelizariev 9 years ago
parent
commit
6e5f92c7b3
  1. 10
      res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js

10
res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js

@ -23,16 +23,10 @@
waitNot: '.mails_to:visible', waitNot: '.mails_to:visible',
title: _t("Check messages or send new one"), title: _t("Check messages or send new one"),
placement: 'left', placement: 'left',
content: _t("Click <em>'Send a mesage'</em> to continue the Tour"),
content: _t("Thank you! <br/> <br/><a href='https://www.it-projects.info/apps' target='_blank'>IT-Projects LLC</a> team "),
element: '.oe_mail_wall .oe_msg.oe_msg_composer_compact>div>.oe_compose_post', element: '.oe_mail_wall .oe_msg.oe_msg_composer_compact>div>.oe_compose_post',
},
{
title: _t("That's it"),
placement: 'top',
waitNot: '.mails_to:visible',
element: 'div.oe_msg_content>textarea.field_text',
content: _t("Enjoy your day! <br/> <br/><a href='https://www.it-projects.info/apps' target='_blank'>IT-Projects LLC</a> team "),
popover: {next: _t("Close Tutorial")}, popover: {next: _t("Close Tutorial")},
}, },
] ]
}); });

Loading…
Cancel
Save