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.

13 lines
689 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <template id="assets_backend" name="account assets" inherit_id="web.assets_backend">
  5. <xpath expr="." position="inside">
  6. <link rel="stylesheet" href="/mail_attachment_popup/static/src/css/jquery.arcticmodal.css"/>
  7. <link rel="stylesheet" href="/mail_attachment_popup/static/src/css/simple.css"/>
  8. <link rel="stylesheet" href="/mail_attachment_popup/static/src/css/styles.css"/>
  9. <script type="text/javascript" src="/mail_attachment_popup/static/lib/js/jquery.arcticmodal.js"></script>
  10. </xpath>
  11. </template>
  12. </data>
  13. </openerp>