Merge lp:~unifield-team/unifield-web/uf_1134_expand_all_dashbd into lp:unifield-web

Proposed by jftempo
Status: Merged
Merged at revision: 4657
Proposed branch: lp:~unifield-team/unifield-web/uf_1134_expand_all_dashbd
Merge into: lp:unifield-web
Diff against target: 12 lines (+1/-1)
1 file modified
addons/openerp/widgets/templates/listgrid/listgroup.mako (+1/-1)
To merge this branch: bzr merge lp:~unifield-team/unifield-web/uf_1134_expand_all_dashbd
Reviewer Review Type Date Requested Status
UniField Dev Team Pending
Review via email: mp+113374@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/templates/listgrid/listgroup.mako'
2--- addons/openerp/widgets/templates/listgrid/listgroup.mako 2012-03-09 09:29:10 +0000
3+++ addons/openerp/widgets/templates/listgrid/listgroup.mako 2012-07-04 11:17:29 +0000
4@@ -22,7 +22,7 @@
5 % endif
6 % if len(group_by_ctx) > 1 or not group_by_no_leaf:
7 <td class="pager-cell-button">
8- <button title="${_('Expand all.')}" id="expand_all" onclick="new ListView('_terp_list').expand_all_group(); return false;">${_('Expand All')}</button>
9+ <button title="${_('Expand all.')}" id="expand_all" onclick="new ListView('${name}').expand_all_group(); return false;">${_('Expand All')}</button>
10 </td>
11 % endif
12 </td>

Subscribers

People subscribed via source and target branches

to all changes: