[IMP] order of blog right boxes

bzr revid: fp@openerp.com-20131117072532-8qedn5wrpk9kktna
This commit is contained in:
Fabien Pinckaers 2013-11-17 08:25:32 +01:00
parent 8ee465ef17
commit d44934a050
1 changed files with 2 additions and 2 deletions

View File

@ -227,7 +227,7 @@
</template>
<!-- Option: Right Column: about us -->
<template id="opt_blog_rc_about_us" name="About Us" priority="4"
<template id="opt_blog_rc_about_us" name="About Us" priority="2"
inherit_option_id="website_blog.index" inherit_id="website_blog.index">
<xpath expr="//div[@id='blog_left_column']" position="attributes">
<attribute name="class">col-lg-8 col-sm-8</attribute>
@ -247,7 +247,7 @@
</template>
<!-- Option: Right Column: follow us -->
<template id="opt_blog_rc_follow_us" name="Follow us" priority="2"
<template id="opt_blog_rc_follow_us" name="Follow us" priority="4"
inherit_option_id="website_blog.index" inherit_id="website_blog.index">
<xpath expr="//div[@id='blog_left_column']" position="attributes">
<attribute name="class">col-lg-8 col-sm-8</attribute>