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.

29 lines
969 B

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <openerp>
  3. <data>
  4. <template
  5. id="assets_backend"
  6. name="mail attachment popup assets"
  7. inherit_id="web.assets_backend"
  8. >
  9. <xpath expr="." position="inside">
  10. <link
  11. rel="stylesheet"
  12. href="/mail_attachment_popup/static/src/css/jquery.arcticmodal.css"
  13. />
  14. <link
  15. rel="stylesheet"
  16. href="/mail_attachment_popup/static/src/css/simple.css"
  17. />
  18. <link
  19. rel="stylesheet"
  20. href="/mail_attachment_popup/static/src/css/styles.css"
  21. />
  22. <script
  23. type="text/javascript"
  24. src="/mail_attachment_popup/static/lib/js/jquery.arcticmodal.js"
  25. />
  26. </xpath>
  27. </template>
  28. </data>
  29. </openerp>