[IMP]remove extra spaces from kanban view

bzr revid: sgo@tinyerp.com-20120403132753-jv1n4kyaxwh0yxtm
This commit is contained in:
Sanjay Gohel (Open ERP) 2012-04-03 18:57:53 +05:30
parent a71f2b9f14
commit 96c334b5ac
4 changed files with 5 additions and 6 deletions

View File

@ -186,7 +186,6 @@
<li class="oe_kanban_vignette">
<a href="#" class="oe_kanban_action dropdown-toggle" onclick="javascript:showElement()"><span class="i">B</span></a>
<ul class="dropdown-menu">
<table>
<li ><a type="edit" >Edit...</a></li>
<li ><a type="delete">Delete</a></li>
<li>
@ -200,9 +199,9 @@
</li>
</ul>
<h4><a><t t-esc="record.name.value"/></a></h4>
<p id="list" height="10px"><a><t t-if="record.task.raw_value">
<h4 id="list" height="10px"><a><t t-if="record.task.raw_value">
<button name="open_tasks" class="oe_project_buttons" type="object"><field name="open_task"/> Tasks</button>
</t></a></p>
</t></a></h4>
<table class="fields">
<tr t-if="record.date.raw_value"> <th align="left">Deadline</th><td align="left"><t t-esc="record.date.raw_value.toString('MMMM')"/>
<t t-esc="record.date.raw_value.getDate()"/>,

View File

@ -396,7 +396,7 @@
</ul>
</t>
</xpath>-->
<xpath expr="//p[@id='list']" position="inside">
<xpath expr="//h4[@id='list']" position="inside">
<a>
<t t-if="record.issues.raw_value">
<button name="open_issues" class="oe_project_buttons" type="object">,<field name="total_issues"/> Issue</button>

View File

@ -126,7 +126,7 @@
</ul>
</t>
</xpath> -->
<xpath expr="//p[@id='list']" position="inside">
<xpath expr="//h4[@id='list']" position="inside">
<a>
<t t-if="record.phases.raw_value">
<button name="open_phase" class="oe_project_buttons" type="object">,<field name="open_phases"/> Phase</button>

View File

@ -35,7 +35,7 @@
<field name="timesheets"/>
<field name="currency_id"/>
</field>
<xpath expr="//p[@id='list']" position="inside">
<xpath expr="//h4[@id='list']" position="inside">
<a>
<t t-if="record.timesheets.raw_value">
<button name="open_timesheets" class="oe_project_buttons" type="object">, Timesheet</button>