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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/av-build-dropbox.inc (-2 / +1 lines)
Lines 11-17 Link Here
11
[% SET avs = AuthorisedValues.GetAuthValueDropbox( category ) %]
11
[% SET avs = AuthorisedValues.GetAuthValueDropbox( category ) %]
12
[% DEFAULT class = '' size = 20 %]
12
[% DEFAULT class = '' size = 20 %]
13
13
14
[% IF avs %]
14
[% IF avs.count %]
15
  <select id="[% name | html %]" name="[% name | html %]" class="[% class | html %]" >
15
  <select id="[% name | html %]" name="[% name | html %]" class="[% class | html %]" >
16
  [% IF all %]<option value="">All</option>[% END %]
16
  [% IF all %]<option value="">All</option>[% END %]
17
  [% IF empty %]<option value=""></option>[% END %]
17
  [% IF empty %]<option value=""></option>[% END %]
18
- 

Return to bug 30603