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.

27 lines
917 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- vim:fdl=1:
  3. -->
  4. <templates id="template" xml:space="preserve">
  5. <t t-name="Systray.Shortcuts">
  6. <li class="dropdown">
  7. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  8. <img src="/web_shortcuts/static/src/img/add-shortcut.png"/>
  9. </a>
  10. <ul class="oe_systray_shortcuts_items dropdown-menu">
  11. </ul>
  12. </li>
  13. </t>
  14. <t t-name="Systray.Shortcuts.Item">
  15. <li>
  16. <a href="#" t-att-data-id="shortcut.menu_id[0]" t-att-data-shortcut-id="shortcut.id">
  17. <t t-esc="shortcut.name"/>
  18. </a>
  19. </li>
  20. </t>
  21. <t t-extend="ViewManagerAction">
  22. <t t-jquery="h2.oe_view_title" t-operation="prepend">
  23. <a t-if="widget.flags.display_title !== false" class="oe_shortcuts_toggle" title="Add / Remove Shortcut..."
  24. href="javascript: void(0)"> </a>
  25. </t>
  26. </t>
  27. </templates>