Files
design-themes/theme_common/views/s_process_steps_2.xml
T
2021-05-11 15:41:12 +02:00

39 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<openerp>
<data>
<template name="Steps" id="s_process_steps_2">
<section class="s_process_steps_2">
<div class="container">
<div class="row">
<div class="col-md-3 text-center mt32 mb32">
<i class="fa fa-hand-o-up fa-2x img-circle bg-alpha"></i>
<h4>Select a product</h4>
<p class="text-muted">This is the <strong>first step</strong>.</p>
<p>Let your customers follow and understand your process.</p>
</div>
<div class="col-md-3 text-center mt32 mb32">
<i class="fa fa-shopping-cart fa-2x img-circle bg-beta"></i>
<h4>Add to cart</h4>
<p class="text-muted">This is the <strong>second step</strong>.</p>
<p>Click on the icon to adapt it to your purpose.</p>
</div>
<div class="col-md-3 text-center mt32 mb32">
<i class="fa fa-unlock-alt fa-2x img-circle bg-gamma"></i>
<h4>Sign in</h4>
<p class="text-muted">This is the <strong>third step</strong>.</p>
<p>Duplicate blocks to add more steps.</p>
</div>
<div class="col-md-3 text-center mt32 mb32">
<i class="fa fa-paypal fa-2x img-circle bg-delta"></i>
<h4>Pay</h4>
<p class="text-muted">This is the <strong>fourth step</strong>.</p>
<p>Select and delete blocks to remove some steps.</p>
</div>
</div>
</div>
</section>
</template>
</data>
</openerp>