~unifield-team/unifield-web/utp-580-582-697-web

« back to all changes in this revision

Viewing changes to addons/openerp/controllers/templates/exp.mako

  • Committer: jf
  • Date: 2013-12-12 11:12:07 UTC
  • mfrom: (4723.1.2 jfb-utp-763)
  • Revision ID: jfb@tempo-consulting.fr-20131212111207-6nbw1sdz05t7ss5e
UTP-763 [FIX] PO analysis export issue
lp:~unifield-team/unifield-web/jfb-utp-763

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
            <td class="side_spacing">
192
192
                <table>
193
193
                    <tr>
194
 
                        <td class="label"><label for="import_compat">${_("Export Type:")}</label></td>
195
 
                        <td>
 
194
                        <td class="label" style="${group_by_no_leaf and 'display:none' or ''}"><label for="import_compat">${_("Export Type:")}</label></td>
 
195
                        <td style="${group_by_no_leaf and 'display:none' or ''}">
196
196
                            <select id="import_compat" name="import_compat" onchange="do_import_cmp();">
197
197
                                <option value="1">${_("Import Compatible Export")}</option>
198
198
                                <option value="0"
226
226
        </tr> 
227
227
        <tr>
228
228
            <td class="side_spacing">
229
 
                <table class="fields-selector-export" cellspacing="5" border="0">
 
229
                <table class="fields-selector-export" cellspacing="5" border="0" style="${group_by_no_leaf and 'display:none' or ''}">
230
230
                    <tr>
231
231
                        <th class="fields-selector-left">${_("Available fields")}</th>
232
232
                        <th class="fields-selector-center">&nbsp;</th>