[IMP] Added left right carousel control for banner when two banners are there.

bzr revid: psa@tinyerp.com-20131021101259-q0kujdxebeuuodsd
This commit is contained in:
Paramjit Singh Sahota 2013-10-21 15:42:59 +05:30
parent 789c7ef1db
commit a2794d34c7
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@
</div>
</xpath>
<xpath expr="//div[@id='shop_banner']/div" position="after">
<a data-slide="prev" href="#shop_banner" style="width: 10%" class="carousel-control left"><span class="glyphicon glyphicon-chevron-left"><span class="hidden">.</span></span></a>
<a data-slide="next" href="#shop_banner" style="width: 10%" class="carousel-control right"><span class="glyphicon glyphicon-chevron-right"><span class="hidden">.</span></span></a>
</xpath>
</template>
</data>