[IMP] moved the follower's subtype checkbox to the left

bzr revid: fva@openerp.com-20121029130937-ihwacro4q9jl3h7y
This commit is contained in:
Frédéric van der Essen 2012-10-29 14:09:37 +01:00
parent 01e2d11863
commit 930be38e8b
1 changed files with 1 additions and 1 deletions

View File

@ -40,8 +40,8 @@
<t t-name="mail.followers.subtype">
<table class='oe_subtype'>
<tr>
<td><label t-att-for="'input_mail_followers_subtype_'+record.id"><t t-raw="record.name"/></label></td>
<td width="10%"><input type="checkbox" t-att-checked="record.followed" t-att-id="'input_mail_followers_subtype_'+record.id" t-att-data-id="record.id" t-att-name="record.name" class="oe_msg_subtype_check"/></td>
<td><label t-att-for="'input_mail_followers_subtype_'+record.id"><t t-raw="record.name"/></label></td>
</tr>
</table>
</t>