odoo/addons/pad/static/src/xml/pad.xml

30 lines
927 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- vim:fdl=1:
-->
<templates id="template" xml:space="preserve">
<t t-name="FieldPad">
<div class="oe_form_field_text oe_pad">
<p class="oe_unconfigured">
You must configure the etherpad through the menu Settings > Companies > Companies, in the configuration tab of your company.
</p>
<t t-if="widget.get('effective_readonly')">
<div class="oe_pad_content etherpad_readonly oe_configured">
</div>
</t>
<t t-if="! widget.get('effective_readonly')">
<div class="oe_pad_switch_positioner oe_configured">
<span class="oe_pad_switch oe_e">&amp;Ntilde;</span>
</div>
<div class="oe_pad_content oe_editing oe_configured">
</div>
</t>
</div>
</t>
</templates>