|
Lines 348-354
Link Here
|
| 348 |
[% IF warnHiddenBiblionumbers.size %] |
348 |
[% IF warnHiddenBiblionumbers.size %] |
| 349 |
<tr><th scope="row"><b>Warning</b> </th><td> |
349 |
<tr><th scope="row"><b>Warning</b> </th><td> |
| 350 |
[% FOR w IN warnHiddenBiblionumbers %] |
350 |
[% FOR w IN warnHiddenBiblionumbers %] |
| 351 |
Biblio framework "[% w.frameworkcode %]" has the biblionumber field hidden at the interface [% w.interface %]<br/> |
351 |
Biblio framework "[% w.frameworkcode | html %]" has the biblionumber field hidden at the interface [% w.interface | html %]<br/> |
| 352 |
[% END %] |
352 |
[% END %] |
| 353 |
</td></tr> |
353 |
</td></tr> |
| 354 |
[% END %] |
354 |
[% END %] |
| 355 |
- |
|
|