Merge lp:~unifield-team/unifield-web/uf-1616 into lp:unifield-web

Proposed by jftempo
Status: Merged
Merged at revision: 4710
Proposed branch: lp:~unifield-team/unifield-web/uf-1616
Merge into: lp:unifield-web
Diff against target: 21 lines (+4/-0)
1 file modified
addons/openerp/widgets/form/templates/button.mako (+4/-0)
To merge this branch: bzr merge lp:~unifield-team/unifield-web/uf-1616
Reviewer Review Type Date Requested Status
UniField Dev Team Pending
Review via email: mp+164077@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'addons/openerp/widgets/form/templates/button.mako'
2--- addons/openerp/widgets/form/templates/button.mako 2013-03-10 21:13:47 +0000
3+++ addons/openerp/widgets/form/templates/button.mako 2013-05-16 07:31:37 +0000
4@@ -3,6 +3,7 @@
5 name="${name}"
6 type="button"
7 href="javascript: void(0)"
8+ title="${help}"
9 onclick="buttonClicked('${name}', '${btype}', '${model}', '${id}', getNodeAttribute(this, 'confirm'), '${target}', getNodeAttribute(this, 'context'));"
10 style="height: 20px;"
11 ${py.attrs(attrs, confirm=confirm, context=ctx)}>
12@@ -15,6 +16,9 @@
13 %else:
14 <img align="middle" src="${icon}" width="16" height="16" alt="">
15 % endif
16+ % if help:
17+ <span class="help" title="${help}">?</span>
18+ % endif
19 </button>
20
21 % if default_focus:

Subscribers

People subscribed via source and target branches

to all changes: