You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
524 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <templates id="template" xml:space="preserve">
  3. <t t-extend="Dialog">
  4. <t t-jquery="button.close" t-operation="inner">
  5. <i class="fa fa-close" />
  6. </t>
  7. <t t-jquery="button.close" t-operation="before">
  8. <button type="button" class="dialog_button_extend close"><i class="fa fa-expand" /></button>
  9. <button type="button" class="dialog_button_restore close"><i class="fa fa-compress" /></button>
  10. </t>
  11. </t>
  12. </templates>