|
Lines 164-169
Link Here
|
| 164 |
<span id="catalogue_detail_framework" class="results_summary"> |
164 |
<span id="catalogue_detail_framework" class="results_summary"> |
| 165 |
<span class="label">MARC framework:</span> |
165 |
<span class="label">MARC framework:</span> |
| 166 |
<span class="frameworkcode">[% Frameworks.GetName(biblio.frameworkcode) | html %]</span> |
166 |
<span class="frameworkcode">[% Frameworks.GetName(biblio.frameworkcode) | html %]</span> |
|
|
167 |
[% IF is_fast_add %] |
| 168 |
<span class="badge rounded-pill bg-secondary">Fast add</span> |
| 169 |
[% END %] |
| 167 |
</span> |
170 |
</span> |
| 168 |
[% IF !item_level_itypes || Koha.Preference("BiblioItemtypeInfo") %] |
171 |
[% IF !item_level_itypes || Koha.Preference("BiblioItemtypeInfo") %] |
| 169 |
<span class="results_summary itemtype"> |
172 |
<span class="results_summary itemtype"> |
| 170 |
- |
|
|