~unifield-team/unifield-web/uf-2264

« back to all changes in this revision

Viewing changes to addons/openerp/widgets/form/templates/button.mako

  • Committer: jf
  • Date: 2013-05-24 16:04:44 UTC
  • mfrom: (4706.2.1 unifield-web)
  • Revision ID: jfb@tempo-consulting.fr-20130524160444-n2nqpsqtwac10s0y
UF-1616 [IMP] Auto "on order" OUT or PICK pre filling when IN has been processed
lp:~unifield-team/unifield-web/uf-1616

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
        name="${name}"
4
4
        type="button"
5
5
        href="javascript: void(0)"
 
6
        title="${help}"
6
7
        onclick="buttonClicked('${name}', '${btype}', '${model}', '${id}', getNodeAttribute(this, 'confirm'), '${target}', getNodeAttribute(this, 'context'));"
7
8
        style="height: 20px;"
8
9
        ${py.attrs(attrs, confirm=confirm, context=ctx)}>
15
16
    %else:
16
17
        <img align="middle" src="${icon}" width="16" height="16" alt="">
17
18
    % endif
 
19
    % if help:
 
20
        <span class="help" title="${help}">?</span>
 
21
    % endif
18
22
</button>
19
23
 
20
24
% if default_focus: