[IMP]add image and sequence

bzr revid: sgo@tinyerp.com-20120328094654-d02ntcsu6ghbonva
This commit is contained in:
Sanjay Gohel (Open ERP) 2012-03-28 15:16:54 +05:30
parent aeb4e50fe6
commit 25776d0162
7 changed files with 4 additions and 4 deletions

View File

@ -197,7 +197,7 @@
<tr>
<td align="left" valign="bottom" class="buttons">
<t t-if="record.task.raw_value">
<button name="open_tasks" class="oe_project_buttons" type="object"><img src="/project/static/src/img/tasks_icon.png" width="50" height="50" align="center"/></button>
<button name="open_tasks" class="oe_project_buttons" type="object"><img src="/project/static/src/img/tasks_icon.png" width="50" height="50" align="center" sequence = "1"/></button>
</t>
</td>
</tr>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -391,7 +391,7 @@
</field>
<xpath expr="//td[@class='buttons']" position="inside">
<t t-if="record.issues.raw_value">
<button name="open_issues" class="oe_project_buttons" type="object"><img src="/project_issue/static/src/img/issue_icon.png" width="50" height="50" align="center"/></button>
<button name="open_issues" class="oe_project_buttons" type="object"><img src="/project_issue/static/src/img/issue_icon.png" width="50" height="50" align="center" sequence = "2"/></button>
</t>
</xpath>
</field>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -121,7 +121,7 @@
</field>
<xpath expr="//td[@class='buttons']" position="inside">
<t t-if="record.phases.raw_value">
<button name="open_phase" class="oe_project_buttons" type="object"><img src="/project_long_term/static/src/img/phases_icon.jpg" width="50" height="50" align="center"/></button>
<button name="open_phase" class="oe_project_buttons" type="object"><img src="/project_long_term/static/src/img/phases_icon.jpg" width="50" height="50" align="center" sequence = "4"/></button>
</t>
</xpath>
</field>

View File

@ -34,7 +34,7 @@
</field>
<xpath expr="//td[@class='buttons']" position="inside">
<t t-if="record.timesheets.raw_value">
<button name="open_timesheets" class="oe_project_buttons" type="object"><img src="/project_timesheet/static/src/img/timesheet_icon.png" width="50" height="50" align="center"/></button>
<button name="open_timesheets" class="oe_project_buttons" type="object"><img src="/project_timesheet/static/src/img/timesheet_icon.png" width="50" height="50" align="center" sequence = "3"/></button>
</t>
</xpath>
</field>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB