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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc (-1 / +3 lines)
Lines 6-10 Link Here
6
                [% FOREACH category IN categories %]<li><a href="/cgi-bin/koha/members/memberentry.pl?op=add&amp;categorycode=[% category.categorycode %]">[% category.description %]</a></li>[% END %]
6
                [% FOREACH category IN categories %]<li><a href="/cgi-bin/koha/members/memberentry.pl?op=add&amp;categorycode=[% category.categorycode %]">[% category.description %]</a></li>[% END %]
7
            </ul>
7
            </ul>
8
    </div>
8
    </div>
9
    [% IF CAN_user_tools_manage_patron_lists %]
10
        <a class="btn btn-small" href="/cgi-bin/koha/patron_lists/lists.pl"><i class="icon-edit"></i>Patron lists</a>
11
    [% END %]
9
</div>
12
</div>
10
[% END %]
13
[% END %]
11
- 

Return to bug 11941