~openerp-dev/openerp-web/7.0-fix-xml-chm

« back to all changes in this revision

Viewing changes to addons/web/static/src/xml/base.xml

[FIX] English review: improve view selector tooltips + make translatable

Show diffs side-by-side

added added

removed removed

Lines of Context:
505
505
                <td>
506
506
                    <ul class="oe_view_manager_switch oe_button_group oe_right">
507
507
                        <t t-if="widget.views_src.length > 1" t-foreach="widget.views_src" t-as="view">
508
 
                          <li class="oe_e"><a t-attf-class="oe_vm_switch_#{view.view_type}" t-att-data-view-type="view.view_type" t-att-title="_t('Switch to ') + (view.label || view.view_type)">
509
 
                            </a></li>
 
508
                          <li class="oe_e">
 
509
                            <a t-attf-class="oe_vm_switch_#{view.view_type}" t-att-data-view-type="view.view_type"
 
510
                               t-att-title="view.button_label"/>
 
511
                          </li>
510
512
                        </t>
511
513
                    </ul>
512
514
                    <div class="oe_view_manager_pager oe_right"/>