[IMP] website: banner tutorial: remove step about customize and promote
authorChristophe Matthieu <chm@openerp.com>
Mon, 10 Feb 2014 15:52:51 +0000 (16:52 +0100)
committerChristophe Matthieu <chm@openerp.com>
Mon, 10 Feb 2014 15:52:51 +0000 (16:52 +0100)
bzr revid: chm@openerp.com-20140210155251-iyj3v06r18vexj7d

addons/website/static/src/js/website.tour.banner.js

index 7bcd4fb..e23ea01 100644 (file)
                     placement: 'bottom',
                     title:     _t("Add new pages and menus"),
                     content:   _t("The 'Content' menu allows you to add pages or add the top menu."),
-                    popover:   { next: _t("Continue") },
-                },
-                {
-                    element:   '#customize-menu-button',
-                    placement: 'bottom',
-                    title:     _t("Customize your pages"),
-                    content:   _t("The 'Customize' menu allows you to activate options and change the theme."),
-                    popover:   { next: _t("Continue") },
-                },
-                {
-                    element:   'a[data-action="promote-current-page"]',
-                    placement: 'bottom',
-                    title:     _t("Promote your website"),
-                    content:   _t("The 'Promote' menu allows you to promote each page for google and other search engines."),
                     popover:   { next: _t("Close Tutorial") },
                 },
             ];