[IMP] moved the follower's subtype checkbox to the left
authorFrédéric van der Essen <fva@openerp.com>
Mon, 29 Oct 2012 13:09:37 +0000 (14:09 +0100)
committerFrédéric van der Essen <fva@openerp.com>
Mon, 29 Oct 2012 13:09:37 +0000 (14:09 +0100)
bzr revid: fva@openerp.com-20121029130937-ihwacro4q9jl3h7y

addons/mail/static/src/xml/mail_followers.xml

index 3ba38f0..3dec4ef 100644 (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>