Nimesh Contractor(Open ERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-open-chatter-part-4-atp-chatter_improvement-nco
into lp:~openerp-dev/openobject-addons/trunk-open-chatter-part-4-atp.
Requested reviews:
Atul Patel(OpenERP) (atp-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-open-chatter-part-4-atp-chatter_improvement-nco/+merge/112705
Hello sir,
I have done the following changes.
Set check-list toggle position.
Set the check-list size in sub thread.
Change the vote button tool tip.
Thanks,
NCO.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-open-chatter-part-4-atp-chatter_improvement-nco/+merge/112705
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-open-chatter-part-4-atp.
=== modified file 'mail_extra/static/src/css/mail_extra.css'
--- mail_extra/static/src/css/mail_extra.css 2012-06-22 11:55:12 +0000
+++ mail_extra/static/src/css/mail_extra.css 2012-06-29 06:00:29 +0000
@@ -11,22 +11,22 @@
}
.openerp .oe_checklist_wall{
cursor:pointer;
- margin-bottom: 70px;
- padding-left: 320px;
}
.openerp .oe_checklist{
padding: 9px;
cursor:pointer;
}
+.openerp div.oe_mail_thread_subthread .oe_checklist_icon {
+ width: 18px;
+ height: 18px;
+}
.openerp .oe_checklist_icon{
height: 15px;
- width: 20px;
+ width: 20px;
}
.openerp .oe_checklist_thread{
cursor:pointer;
- margin-bottom: 100px;
- padding-left: 270px;
}
.openerp div.oe_mail_thread_subthread a.oe_checklist_item
{
=== modified file 'mail_extra/static/src/xml/mail_extra.xml'
--- mail_extra/static/src/xml/mail_extra.xml 2012-06-22 11:55:12 +0000
+++ mail_extra/static/src/xml/mail_extra.xml 2012-06-29 06:00:29 +0000
@@ -9,12 +9,10 @@
<div class="oe_wall_checklist_item">
<a class="oe_checklist_item" title="Add one more item.">Add More Items</a>
</div>
- <span class="oe_bottom oe_checklist_wall" title="Hide and show checklist Items">
- <a>
- <img t-att-src='_s + "/mail_extra/static/src/img/checklist.png"' class="oe_checklist_icon"/>
- <span>Checklist</span>
- </a>
- </span>
+ <a class="oe_checklist_wall oe_right" title="Hide and show checklist Items">
+ <img t-att-src='_s + "/mail_extra/static/src/img/checklist.png"' class="oe_checklist_icon"/>
+ <span>Checklist</span>
+ </a>
</t>
</t>
</t>
@@ -27,13 +25,10 @@
<div class="oe_thread_checklist_item">
<a class="oe_checklist_item" title="Add one more item.">Add More Items</a>
</div>
-
- <span class="oe_checklist_thread" title="Hide and show checklist Items">
- <a>
- <img t-att-src='_s + "/mail_extra/static/src/img/checklist.png"' class="oe_checklist_icon"/>
- <span>Checklist</span>
- </a>
- </span>
+ <a class="oe_checklist_thread oe_right" title="Hide and show checklist Items">
+ <img t-att-src='_s + "/mail_extra/static/src/img/checklist.png"' class="oe_checklist_icon"/>
+ <span>Checklist</span>
+ </a>
</t>
</t>
</t>
@@ -56,7 +51,7 @@
</t>
<li>
<t t-if="!is_vote_liked">
- <button class="oe_mail_msg_vote_like" t-att-data-id="msg_id" title="Give Vote on a comment.">
+ <button class="oe_mail_msg_vote_like" t-att-data-id="msg_id" title="Click to Vote.">
<span>+1</span>
</button>
</t>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp