[IMP]mail_followers: remove li from dropdown and keep table as it is.

bzr revid: dka@tinyerp.com-20140221045107-ete68out3asvjign
This commit is contained in:
Darshan Kalola (OpenERP) 2014-02-21 10:21:07 +05:30
parent 30201e75fd
commit 1e16c40ab0
1 changed files with 6 additions and 8 deletions

View File

@ -46,14 +46,12 @@
Template used to display message subtypes of a follower subscription
-->
<t t-name="mail.followers.subtype">
<li class='oe_subtype'>
<table>
<tr>
<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>
</li>
<table class='oe_subtype'>
<tr>
<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>
<t t-name="mail.followers.show_more">