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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/av-build-dropbox.inc (-2 / +1 lines)
Lines 17-23 Link Here
17
17
18
[% IF avs %]
18
[% IF avs %]
19
  <select id="[% name %]" name="[% name %]" class="[% class %]" >
19
  <select id="[% name %]" name="[% name %]" class="[% class %]" >
20
  [% IF all %]<option value="All">All</option>[% END %]
20
  [% IF all %]<option value="">All</option>[% END %]
21
  [% FOR av IN avs %]
21
  [% FOR av IN avs %]
22
    [% IF av.default %]
22
    [% IF av.default %]
23
      <option value="[% av.value %]" selected="selected">[% av.label | html_entity %]</option>
23
      <option value="[% av.value %]" selected="selected">[% av.label | html_entity %]</option>
24
- 

Return to bug 17300