python 2.7 - I want to add mobile and email icon in Odoo -


i want add mobile , email icon in odoo not show required out put , show scattered picture.

<div align="left">     support contacts:      <i class="icon-mobile-phone icon-large"></i>          tempdata       <a href="mailto:temp@gmail.com">         <i class="icon-envelope-alt"></i>              retail@itsrelevant.com     </a> </div> 

<div align="left"> support contacts: <i class="fa fa-phone icon-large"></i>
tempdata
<a href="mailto:temp@gmail.com"> <i class="fa fa-envelope-o fa-fw"></i>
retail@itsrelevant.com </a> </div>

use fa fa-phone phone icon , fa fa-envelope-o email icon


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -