View | Details | Raw Unified | Return to bug 18871
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt (-2 / +1 lines)
Lines 87-93 Link Here
87
            <tbody>
87
            <tbody>
88
                [% FOREACH l IN lists %]
88
                [% FOREACH l IN lists %]
89
                    <tr>
89
                    <tr>
90
                        <td>[% l.name %]</td>
90
                        <td><a href="/cgi-bin/koha/patron_lists/list.pl?patron_list_id=[% l.patron_list_id %]">[% l.name %]</a></td>
91
                        <td>[% l.patron_list_patrons_rs.count || 0 %]</td>
91
                        <td>[% l.patron_list_patrons_rs.count || 0 %]</td>
92
                        <td>
92
                        <td>
93
                            <div class="dropdown">
93
                            <div class="dropdown">
94
- 

Return to bug 18871