~alexaubin/unifield-web/US-2937

« back to all changes in this revision

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

  • Committer: jf
  • Date: 2017-08-21 08:20:34 UTC
  • mfrom: (4847.1.5 unifield-web)
  • Revision ID: jfb@tempo-consulting.fr-20170821082034-nnik6jj2vq5eccoo
US-2869 [IMP] Keyboard shortcuts

lp:~fabien-morin/unifield-web/fm-us-2869

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
                <table width="100%">
23
23
                    <tr>
24
24
                        <td align="left">
25
 
                             <button title="${_('Filter records.')}" onclick="search_filter(); return false;">
 
25
                             <button title="${_('Filter records.')}" onclick="search_filter(); return false;"
 
26
                             class="oe_form_button_search">
26
27
                             ${_("Search")}</button>
27
28
                             <%
28
29
                                if screen.view_type == 'tree':
31
32
                                    clear_filters = "reload_graph(true);"
32
33
                            %>
33
34
                             <button title="${_('Clear all.')}" id="clear_all_filters"
 
35
                             class="oe_form_button_clear"
34
36
                             onclick="${clear_filters} return false;"
35
37
                             >${_("Clear")}</button>
36
38
                             % if context_menu:
37
 
                                <button title="${_('Close')}" onclick="window.close()" href="javascript: void(0)">${_("Close")}</button>
 
39
                                <button title="${_('Close')}" onclick="window.close()" href="javascript: void(0)">${_("Close")}
 
40
                                class="oe_form_button_close"
 
41
                                </button>
38
42
                             % endif
39
43
                        </td>
40
44
                        <td align="right">