Merge branch 'bug_9772' into 3.12-master
This commit is contained in:
commit
5ca45b846a
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
<button class="btn btn-small dropdown-toggle" data-toggle="dropdown"><i class="icon-plus"></i> New patron <span class="caret"></span></button>
|
||||
<ul class="dropdown-menu">
|
||||
[% IF ( AddPatronLists_categorycode ) %]
|
||||
[% FOREACH categorie IN categories %]<li><a href="/cgi-bin/koha/members/memberentry.pl?op=add&categorycode=[% categorie.categorycode %]">[% categorie.description %]</a></li>[% END %]
|
||||
[% FOREACH categorie IN categories %]<li><a href="/cgi-bin/koha/members/memberentry.pl?op=add&categorycode=[% categorie.categorycode %]">[% categorie.description | html_entity %]</a></li>[% END %]
|
||||
[% ELSE %]
|
||||
<li><a href="/cgi-bin/koha/members/memberentry.pl?op=add&category_type=A">Adult patron</a></li>
|
||||
<li><a href="/cgi-bin/koha/members/memberentry.pl?op=add&category_type=C">Child patron</a></li>
|
||||
|
|
Loading…
Reference in a new issue