help_online.xml 457 Bytes
Newer Older
François C. committed
1 2 3 4 5 6 7 8 9 10 11 12 13
<templates>
    <t t-name='HelpOnline.Buttons'>
        <div  class='oe_help_online_buttons'>
            <ul class='oe_view_manager_switch oe_button_group oe_right'>
                <li class='oe_i'>
                    <a class='oe_list_button_help_online'
                       t-att-title='url_info.title'
                       t-att-href='url_info.url' target='_blank'></a>
                </li>
            </ul>
        </div>
   </t>
</templates>