[IMP] hr_attendance: improve template of attendancenotifier widget

bzr revid: hmo@tinyerp.com-20120511091741-dps9po5hqqmfqeof
This commit is contained in:
Harry (OpenERP) 2012-05-11 14:47:41 +05:30
parent 79bfa8e45c
commit 28bcc5d3aa
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
<template>
<t t-name="AttendanceNotifier">
<a href="#" class="oe_attendance_button" t-attf-title="You are #{employee.state}">
<img t-attf-src="/hr_attendance/static/src/img/emp-#{employee.state}.png" ></img>
</a>
<img style="cursor: pointer;" t-attf-src="/hr_attendance/static/src/img/emp-#{employee.state}.png" class="oe_attendance_button" t-attf-title="You are #{employee.state}"></img>
</t>
</template>