|
Lines 338-344
Link Here
|
| 338 |
[% IF warnHiddenBiblionumbers.size %] |
338 |
[% IF warnHiddenBiblionumbers.size %] |
| 339 |
<tr><th scope="row"><b>Warning</b> </th><td> |
339 |
<tr><th scope="row"><b>Warning</b> </th><td> |
| 340 |
[% FOR w IN warnHiddenBiblionumbers %] |
340 |
[% FOR w IN warnHiddenBiblionumbers %] |
| 341 |
Biblio framework "[% w.frameworkcode %]" has the biblionumber field hidden at the interface [% w.interface %]<br/> |
341 |
Biblio framework "[% w.frameworkcode | html %]" has the biblionumber field hidden at the interface [% w.interface | html %]<br/> |
| 342 |
[% END %] |
342 |
[% END %] |
| 343 |
</td></tr> |
343 |
</td></tr> |
| 344 |
[% END %] |
344 |
[% END %] |
| 345 |
- |
|
|