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.
|
|
<?xml version="1.0" encoding="UTF-8"?> <!-- vim:fdl=1:
--> <templates id="template" xml:space="preserve"> <t t-name="Systray.Shortcuts"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="/web_shortcuts/static/src/img/add-shortcut.png"/> </a> <ul class="oe_systray_shortcuts_items dropdown-menu"> </ul> </li> </t> <t t-name="Systray.Shortcuts.Item"> <li> <a href="#" t-att-data-id="shortcut.menu_id[0]" t-att-data-shortcut-id="shortcut.id"> <t t-esc="shortcut.name"/> </a> </li> </t> <t t-extend="ViewManagerAction"> <t t-jquery="h2.oe_view_title" t-operation="prepend"> <a t-if="widget.flags.display_title !== false" class="oe_shortcuts_toggle" title="Add / Remove Shortcut..." href="javascript: void(0)"> </a> </t> </t> </templates>
|