Bug 36396: (follow-up) Prevent link to av for 'specials'
Signed-off-by: Lukas Koszyk <lukasz.koszyk@kit.edu> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
5561383a9f
commit
98e6ddd4a3
1 changed files with 2 additions and 5 deletions
|
@ -559,13 +559,10 @@ a.add, a.delete {
|
|||
<td></td>
|
||||
<td>
|
||||
<select data-id="facet-av-cat">
|
||||
<option value=""></option>
|
||||
[% FOR av_cat IN authorised_value_categories %]
|
||||
[% IF f.authorised_value_category == av_cat %]
|
||||
<option value="[% av_cat | html %]" selected="selected">[% av_cat | html %]</option>
|
||||
[% ELSE %]
|
||||
<option value="[% av_cat | html %]">[% av_cat | html %]</option>
|
||||
[% END %]
|
||||
[% END %]
|
||||
</select>
|
||||
</td>
|
||||
<td><a class="btn btn-default btn-xs add-facet"><i class="fa fa-plus"></i> Add</a></td>
|
||||
|
|
Loading…
Reference in a new issue