Merge lp:~openerp-dev/openerp-web/trunk-bug-1092337-Jaydeep into lp:openerp-web

Proposed by Jaydeep Barot(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openerp-web/trunk-bug-1092337-Jaydeep
Merge into: lp:openerp-web
Diff against target: 20 lines (+3/-1)
1 file modified
addons/web/static/src/xml/base.xml (+3/-1)
To merge this branch: bzr merge lp:~openerp-dev/openerp-web/trunk-bug-1092337-Jaydeep
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+169346@code.launchpad.net

Description of the change

Hello,

7.0 Document - edit buttons must not hide file name.
The binary buttons should be positioned on the next line.

Thanks,
Jaydeep Barot.

To post a comment you must log in.
Revision history for this message
Jaydeep Barot(OpenERP) (jaydeep.barot-openerp) wrote :

Hello,

I have Fixed in https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-1092337-Jaydeep
Revision ID: <email address hidden>
revision no :- 3741

Thanks,
Jaydeep Barot.

Unmerged revisions

3741. By Jaydeep Barot(OpenERP)

[FIX] document edit -button i have change the binary upload button is next line and input type set size is auto

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'addons/web/static/src/xml/base.xml'
2--- addons/web/static/src/xml/base.xml 2013-06-13 17:24:14 +0000
3+++ addons/web/static/src/xml/base.xml 2013-06-14 06:40:53 +0000
4@@ -1266,13 +1266,15 @@
5 <table class="oe_form_field oe_form_field_binary" cellpadding="0" cellspacing="0" border="0" t-att-style="widget.node.attrs.style">
6 <tr>
7 <td>
8- <input type="text" size="1" readonly="readonly"
9+ <input type="text" size="auto" readonly="readonly"
10 t-att-name="widget.name"
11 t-att-tabindex="widget.node.attrs.tabindex"
12 t-att-autofocus="widget.node.attrs.autofocus"
13 class="field_binary"
14 />
15 </td>
16+ </tr>
17+ <tr>
18 <td class="oe_form_binary" nowrap="true">
19 <table cellspacing="0" cellpadding="0" border="0">
20 <tr>