odoo/addons/web_linkedin/static/src/xml/linkedin.xml

36 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- vim:fdl=1:
-->
<templates xml:space="preserve">
<t t-name="FieldChar.linkedin">
<img class="oe_linkedin_img" t-att-src='_s + "/web_linkedin/static/src/img/Linkedin_blue.png"'/>
<div class="oe_linkedin_input"/>
</t>
<t t-name="Linkedin.popup">
<div>
<script type="in/Login">
</script>
<h2 style="margin-top: -10px;">People</h2>
<div class="oe_linkedin_pop_p" style='display: table;width:100%'/>
<h2>Companies</h2>
<div class="oe_linkedin_pop_c" style='display: table;width:100%'/>
</div>
</t>
<t t-name="Linkedin.EntityWidget">
<div class="oe_linkedin_entity">
<span class="oe_linkedin_thumb">
<span>
<img t-att-src='_s + "/web_linkedin/static/src/img/ghost_profile_60x60_v1.png"'/>
</span>
</span>
<h3/>
<div class="oe_linkedin_entity_headline" />
</div>
</t>
<t t-name="LinkedIn.DisabledWarning">
<div>
LinkedIn access was not enabled on this server.
Please ask your administrator to configure it in Settings > Configuration > Sales > Social Network Integration.
</div>
</t>
</templates>