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.

18 lines
397 B

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <templates xml:space="preserve">
  3. <t
  4. t-name="muk_web_theme.AppsMenu"
  5. t-inherit="web.Dropdown"
  6. t-inherit-mode="primary"
  7. owl="1"
  8. >
  9. <xpath expr="//div[@t-ref='menuRef']" position="attributes">
  10. <attribute name="t-attf-style">
  11. background-image: url("{{ backgroundImageUrl }}");
  12. </attribute>
  13. </xpath>
  14. </t>
  15. </templates>