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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc (-2 / +1 lines)
Lines 4-10 Link Here
4
[% UNLESS ( no_add ) %]
4
[% UNLESS ( no_add ) %]
5
<div id="toolbar" class="btn-toolbar">
5
<div id="toolbar" class="btn-toolbar">
6
    <div class="btn-group">
6
    <div class="btn-group">
7
        <button class="btn btn-small dropdown-toggle" data-toggle="dropdown"><i class="fa fa-plus"></i> New patron <span class="caret"></span></button>
7
        <a class="btn btn-small dropdown-toggle" data-toggle="dropdown"><i class="fa fa-plus"></i> New patron <span class="caret"></span></a>
8
            <ul class="dropdown-menu">
8
            <ul class="dropdown-menu">
9
                [% FOREACH category IN categories %]<li><a href="/cgi-bin/koha/members/memberentry.pl?op=add&amp;categorycode=[% category.categorycode %]">[% category.description %]</a></li>[% END %]
9
                [% FOREACH category IN categories %]<li><a href="/cgi-bin/koha/members/memberentry.pl?op=add&amp;categorycode=[% category.categorycode %]">[% category.description %]</a></li>[% END %]
10
            </ul>
10
            </ul>
11
- 

Return to bug 16100