Merge pull request #195 from ddico/submit-last-viewed-full-header

IMP web_last_viewed_records - use full width of the header
pull/203/head
Holger Brunn 2015-08-12 12:06:14 +02:00
commit 8985d3bda5
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<templates>
<t t-name="web_last_viewed_records.header">
<tr class="oe_header_row">
<td t-att-colspan="colspan or '3'">
<td t-att-colspan="colspan or '4'">
<div class="oe_view_manager_last_viewed"/>
</td>
<td></td>
@ -16,7 +16,7 @@
<t t-extend="mail.wall">
<t t-jquery="tr.oe_header_row_top" t-operation="after">
<t t-call="web_last_viewed_records.header">
<t t-set="colspan" t-value="2"/>
<t t-set="colspan" t-value="3"/>
</t>
</t>
</t>