bzr revid: vja@tinyerp.com-20130405064933-9a73250m7ptklyke
This commit is contained in:
Vishmita Jadeja (openerp) 2013-04-05 12:19:33 +05:30
parent 91b707601c
commit 0e9937f975
2 changed files with 14 additions and 4 deletions

View File

@ -354,8 +354,8 @@
</div>
<div class="oe_kanban_content">
<h3 class="oe_job oe_kanban_ellipsis"><field name="name"/></h3>
<span class="oe_job"><field name="department_id"/></span>
<t t-if="record.department_id.raw_value"><img t-att-src="kanban_image('hr.employee', 'image_small', widget.values.user_id.value.id)" t-att-title="record.user_id.value.name" width="30" height="30" style="float: right;margin-top: 2px;" class="oe_kanban_avatar"/></t>
<div class="oe_job oe_kanban_ellipsis"><field name="department_id"/></div>
<t t-if="record.department_id.raw_value"><img t-att-src="kanban_image('hr.employee', 'image_small', widget.values.user_id.value.id)" t-att-title="record.user_id.value.name" style="" class="oe_kanban_avatar"/></t>
<div style="margin-top:10px;margin-bottom:7px;"><t t-esc="Math.round(record.no_of_recruitment.raw_value)"/> Expected in Recruitment</div>
<div><a name="%(crm_case_categ0_act_job_application)d" type="action" >
<span t-if="widget.values.priority_count.value.total_application gt 1"><t t-esc="Math.round(widget.values.priority_count.value.total_application)"/> Applications</span>

View File

@ -5,10 +5,20 @@
}
.openerp .oe_job{
font-size:112%;
margin:2px 0px;
margin:3px 0px;
}
.openerp .oe_job_kanban{
float: right;
margin-right: 80px;
margin-top: -4px !important;
}
}
.openerp img.oe_kanban_avatar{
float: right;
margin-top: -24px !important;
margin-right: 18px;
width:30px;
height:30px
}
.openerp div.oe_kanban_ellipsis{
width:180px;
}