clean xml indents

pull/95/head
Ivan Yelizariev 2015-03-16 12:42:53 +02:00
parent 0d0364e586
commit 2505429dc9
1 changed files with 16 additions and 17 deletions

View File

@ -1,24 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="utf-8"?>
<templates> <templates>
<t t-name="web_last_viewed_records.header">
<t t-name="web_last_viewed_records.header">
<tr class="oe_header_row"> <tr class="oe_header_row">
<td t-att-colspan="colspan or '3'"> <td t-att-colspan="colspan or '3'">
<div class="oe_view_manager_last_viewed"/> <div class="oe_view_manager_last_viewed"/>
</td> </td>
<td></td> <td></td>
</tr> </tr>
</t> </t>
<t t-extend="ViewManagerAction"> <t t-extend="ViewManagerAction">
<t t-jquery="tr.oe_header_row_top" t-operation="after"> <t t-jquery="tr.oe_header_row_top" t-operation="after">
<t t-call="web_last_viewed_records.header"/> <t t-call="web_last_viewed_records.header"/>
</t> </t>
</t> </t>
<t t-extend="mail.wall"> <t t-extend="mail.wall">
<t t-jquery="tr.oe_header_row_top" t-operation="after"> <t t-jquery="tr.oe_header_row_top" t-operation="after">
<t t-call="web_last_viewed_records.header"> <t t-call="web_last_viewed_records.header">
<t t-set="colspan" t-value="2"/> <t t-set="colspan" t-value="2"/>
</t> </t>
</t> </t>
</t> </t>
</templates> </templates>