[IMP] Blog Tutorial

bzr revid: fp@tinyerp.com-20140128215446-kcli2g34s34qlyqw
This commit is contained in:
Fabien Pinckaers 2014-01-28 22:54:46 +01:00
parent 031523fa5b
commit f768a186b2
2 changed files with 6 additions and 18 deletions

View File

@ -46,20 +46,10 @@
},
},
},
{
stepId: 'choose-blog',
element: '.modal select',
placement: 'right',
title: "Which Blog?",
content: "Blog posts are organized in multiple blogs (news, job offers, events, etc). Select <em>News</em> and click <em>Continue</em>.",
trigger: {
id: 'change',
},
},
{
stepId: 'continue-blog',
element: '.modal button.btn-primary',
placement: 'right',
placement: 'bottom',
title: "Create Blog Post",
content: "Click <em>Continue</em> to create the blog post.",
trigger: {
@ -69,16 +59,16 @@
{
stepId: 'post-page',
title: "Blog Post Created",
content: "This is your new blog post. We will edit your pages inline. What You See Is What You Get. No need for a complex backend.",
content: "This is your new blog post. Let's edit it.",
template: self.popover({ next: "Continue" }),
},
{
stepId: 'post-title',
element: 'h1[data-oe-expression="blog_post.name"]',
placement: 'top',
title: "Create a Title",
content: "Click on this area and set a catchy title.",
template: self.popover({ next: "OK" }),
placement: 'bottom',
title: "Set a Title",
content: "Click on this area and set a catchy title for your blog post.",
template: self.popover({ next: "Continue" }),
},
{
stepId: 'add-image-text',

View File

@ -282,7 +282,6 @@
</t>
<div id="wrap" class="js_blog">
<t t-raw="0"/>
<div class="oe_structure"></div>
</div>
</t>
</template>
@ -300,7 +299,6 @@
<div class="col-lg-3 col-lg-offset-1 col-sm-4" id="blog_right_column"/>
</div>
</div>
<div class="oe_structure"></div>
</xpath>
</template>