Lines 61-67
Link Here
|
61 |
[% IF field.marcfield && field.marcfield_mode == 'get' %] |
61 |
[% IF field.marcfield && field.marcfield_mode == 'get' %] |
62 |
This value will be filled with the [% field.marcfield | html %] subfield of the selected biblio. |
62 |
This value will be filled with the [% field.marcfield | html %] subfield of the selected biblio. |
63 |
[% ELSIF field.marcfield && field.marcfield_mode == 'set' %] |
63 |
[% ELSIF field.marcfield && field.marcfield_mode == 'set' %] |
64 |
This value will be saved to the [% field.marcfield %] subfield of the selected biblio. |
64 |
This value will be saved to the [% field.marcfield | html %] subfield of the selected biblio. |
65 |
[% END %] |
65 |
[% END %] |
66 |
</li> |
66 |
</li> |
67 |
[% END %] |
67 |
[% END %] |
68 |
- |
|
|