search.xml 637 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <templates id="template" xml:space="preserve">
  3. <t t-name="CrmTreeDateSearch">
  4. <div class="ui-toolbar" style="margin-bottom:0px;">
  5. </div>
  6. </t>
  7. <t t-name="CrmTreeDateSearchField">
  8. <div class='oe_form_dropdown_section' style="min-width: 208px; margin-left:4px;">
  9. <h4><t t-esc="field_name"/> :</h4>
  10. <div class='oe_form' style='margin-right:3px; display: inline;' >
  11. <span/>
  12. </div>
  13. <div class='oe_form' style='margin-left:3px; display: inline; float: right;' >
  14. <span/>
  15. </div>
  16. </div>
  17. </t>
  18. </templates>