~odossmann/unifield-web/UF_2123

« back to all changes in this revision

Viewing changes to addons/openerp/widgets/templates/viewform.mako

  • Committer: jf
  • Date: 2013-09-10 08:03:59 UTC
  • mfrom: (4712.1.8 web-jfb-utp-732-727)
  • Revision ID: jfb@tempo-consulting.fr-20130910080359-qkk1bz9nnxwnsm90
UTP-732 [IMP] Entering cash register closing balance (cash count) is extremely slow
UTP-727 [IMP]Error message appears when trying to display 500 entries on the same page (change limit)
lp:~unifield-team/unifield-web/jfb-utp-732-727

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
                </table>
60
60
            </td>
61
61
        </tr>
 
62
        <tr>
 
63
            <td class="view_form_options">
 
64
                <a style="cursor:pointer;" onclick="new ListView('_terp_list').show_selected_records();" title="${_('View selected records.')}"><span id="num_selected">${previously_selected_length}</span> selected record(s)</a>
 
65
                <input type="hidden" id="${name}_terp_previously_selected" name="${name}_terp_previously_selected"  value="${previously_selected}"/>
 
66
            </td>
 
67
        </tr>
62
68
        % endif
63
69
        <tr>
64
70
            <td valign="top">${display_member(screen)}</td>