[FIX] Temporary title for dashboard

bzr revid: al@openerp.com-20111010085859-exioaclasc8opkd5
This commit is contained in:
Antony Lesuisse 2011-10-10 10:58:59 +02:00
parent 8a5314b15e
commit 0f7c7cc33f
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
<div t-att-data-id="action.attrs.name" class="oe-dashboard-action">
<h2 class="oe-dashboard-action-header oe_view_title">
<input class="oe-dashboard-action-input" type="text" name="title" value="" style="display: none"/>
ActionTitle
<span class='ui-icon ui-icon-closethick'></span>
<span class='ui-icon ui-icon-minusthick oe-dashboard-fold' t-if="!action.attrs.fold"></span>
<span class='ui-icon ui-icon-plusthick oe-dashboard-fold' t-if="action.attrs.fold"></span>