[FIX]: Add oe_left to remove white space in interview request problem

bzr revid: atp@tinyerp.com-20121015110521-8o4dzipa0d34lyqu
This commit is contained in:
Atul Patel (OpenERP) 2012-10-15 16:35:21 +05:30
parent 99bf2fb663
commit 04c6f1bba2
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@
<form string="Interview Appraisal" version="7.0">
<header>
<button string="Cancel" name="survey_req_cancel" type="object"
states="draft,waiting_answer"/>
states="draft,waiting_answer" class="oe_left"/>
<button string="Print Survey" name="action_print_survey" type="object"
states="draft" context="{'survey_id': survey_id, 'response_id': [response], 'response_no':0}"
attrs="{'readonly':[('survey_id','=',False)]}" class="oe_highlight"/>