[IMP]help changed.

bzr revid: kbh@tinyerp.com-20120320102454-4q2hvlbg2rsouj1r
This commit is contained in:
Khushboo Bhatt (Open ERP) 2012-03-20 15:54:54 +05:30
parent cdb52c2ae7
commit 4606fe32b7
2 changed files with 3 additions and 4 deletions

View File

@ -265,9 +265,9 @@
<filter icon="terp-camera_test" string="Confirmed" domain="[('state','=','confirm')]" help="Confirmed events"/>
<separator orientation="vertical"/>
<filter icon="terp-go-today" string="Up Coming"
name="upcoming"
domain="[('date_begin','&gt;=', time.strftime('%%Y-%%m-%%d 00:00:00'))]"
help="Up Coming Events" />
name="upcoming"
domain="[('date_begin','&gt;=', time.strftime('%%Y-%%m-%%d 00:00:00'))]"
help="Up Coming Events form today" />
<field name="name"/>
<field name="type" widget="selection"/>
<field name="user_id" widget="selection">

View File

@ -99,7 +99,6 @@ div.oe_fold_column{
.oe_event_button_subscribe:hover {
cursor: pointer;
background-size: 100% 100%;
background: #DC5F59 none;
}
.oe_event_button_unsubscribe:hover {
cursor: pointer;