[FIX] Fix publish in blog+event tutorials

bzr revid: ddm@openerp.com-20131212101134-vhppxic7pz45ox7l
This commit is contained in:
ddm 2013-12-12 11:11:34 +01:00
parent 0c699923e1
commit 5c36fdc60c
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@
},
{
stepId: 'publish-post',
element: 'button.js_publish_btn',
element: 'button.btn-danger.js_publish_btn',
placement: 'top',
title: "Publish Your Post",
content: "Your blog post is not yet published. You can update this draft version and publish it once you are ready.",

View File

@ -123,7 +123,7 @@
},
{
stepId: 'publish-event',
element: 'button.js_publish_btn',
element: 'button.btn-danger.js_publish_btn',
placement: 'top',
title: "Publish your event",
content: "Click to publish your event.",