[IMP] event

bzr revid: fp@tinyerp.com-20140128222135-py7grrnngy2goyt0
This commit is contained in:
Fabien Pinckaers 2014-01-28 23:21:35 +01:00
parent 321a21df15
commit 0f224b4857
1 changed files with 4 additions and 12 deletions

View File

@ -70,29 +70,21 @@
content: "This is your new event page. We will edit the event presentation page.",
template: self.popover({ next: "OK" }),
},
// {
// stepId: 'event-price',
// element: '[data-oe-field=price]',
// placement: 'top',
// title: "Ticket price",
// content: "Edit your ticket price.",
// template: self.popover({ next: "OK" }),
// },
{
stepId: 'add-banner',
element: 'button[data-action=snippet]',
placement: 'bottom',
title: "Layout your event",
content: "Insert blocks like 'Banner' to layout the body of your event.",
content: "Insert blocks to layout the body of your event.",
template: self.popover({ fixed: true }),
trigger: 'click',
},
{
stepId: 'drag-banner',
snippet: 'carousel',
snippet: 'image-text',
placement: 'bottom',
title: "Drag & Drop a block",
content: "Drag the 'Banner' block and drop it in your page.",
content: "Drag the 'Image-Text' block and drop it in your page.",
template: self.popover({ fixed: true }),
trigger: 'drag',
},
@ -110,7 +102,7 @@
snippet: 'text-block',
placement: 'bottom',
title: "Drag & Drop a block",
content: "Drag the 'Text Block' block below the banner.",
content: "Drag the 'Text Block' in your event page.",
template: self.popover({ fixed: true }),
trigger: 'drag',
},