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
=== modified file 'addons/openerp/widgets/templates/listgrid/listgroup.mako'
--- addons/openerp/widgets/templates/listgrid/listgroup.mako 2012-03-09 09:29:10 +0000
+++ addons/openerp/widgets/templates/listgrid/listgroup.mako 2012-07-04 11:17:29 +0000
@@ -22,7 +22,7 @@
22 % endif22 % endif
23 % if len(group_by_ctx) > 1 or not group_by_no_leaf:23 % if len(group_by_ctx) > 1 or not group_by_no_leaf:
24 <td class="pager-cell-button">24 <td class="pager-cell-button">
25 <button title="${_('Expand all.')}" id="expand_all" onclick="new ListView('_terp_list').expand_all_group(); return false;">${_('Expand All')}</button>25 <button title="${_('Expand all.')}" id="expand_all" onclick="new ListView('${name}').expand_all_group(); return false;">${_('Expand All')}</button>
26 </td>26 </td>
27 % endif27 % endif
28 </td>28 </td>

Subscribers

People subscribed via source and target branches

to all changes: