[IMP]View Improvement

bzr revid: vba@tinyerp.com-20121029092750-tc6mm0xj1eiiwrqh
This commit is contained in:
Vijaykumar Baladaniya 2012-10-29 14:57:50 +05:30
parent 5ef878cd7d
commit 92133099cc
1 changed files with 16 additions and 28 deletions

View File

@ -1,39 +1,28 @@
<templates>
<t t-name="ImportView">
<div class="oe_view_manager oe_view_manager_current">
<table class="oe_view_manager_header">
<tbody>
<tr class="oe_header_row oe_header_row_top">
<td colspan="2">
<t t-set="_id" t-value="_.uniqueId('export')"/>
<form action="" method="post" enctype="multipart/form-data" class="oe_import">
<div class="oe_view_manager oe_view_manager_current">
<div class="oe_view_manager_header oe_padding">
<h2 class="oe_view_title">
<span class="oe_view_title_text oe_breadcrumb_title">
<span class="oe_breadcrumb_item">Upload your file</span>
</span>
</h2>
</td>
<td colspan="2"></td>
</tr>
<tr class="oe_header_row oe_header_row_top oe_view_title">
<td colspan="2">
<button type="button" disabled="disabled"
class="oe_button oe_import_button oe_import_validate oe_highlight"
>Validate</button>
<button type="button" disabled="disabled"
class="oe_button oe_import_button oe_import_import"
>Import</button>
<span class="oe_fade">or</span>
<a class="oe_import_cancel" href="#">Cancel</a>
</td>
<td colspan="2">
<input type="hidden" name="session_id"
t-att-value="widget.session.session_id"/>
t-att-value="widget.session.session_id"/>
<input type="hidden" name="import_id"/>
</td>
</tr>
</tbody>
</table>
<t t-set="_id" t-value="_.uniqueId('export')"/>
<form action="" method="post" enctype="multipart/form-data" class="oe_import">
<button type="button" disabled="disabled"
class="oe_button oe_import_button oe_import_validate oe_highlight"
>Validate</button>
<button type="button" disabled="disabled"
class="oe_button oe_import_button oe_import_import"
>Import</button>
<span class="oe_fade">or</span>
<a class="oe_import_cancel" href="#">Cancel</a>
</div>
</div>
<p>Select the <a
href="http://en.wikipedia.org/wiki/Comma-separated_values"
class="oe_import_csv" target="_blank">.CSV</a>
@ -98,7 +87,6 @@
</dl>
</div>
</form>
</div>
</t>
<t t-name="ImportView.preview">