View | Details | Raw Unified | Return to bug 11844
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/additional-fields-entry.inc (-3 / +2 lines)
Lines 59-67 Link Here
59
                [% END %]
59
                [% END %]
60
60
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 bibliographic record.
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 | html %] subfield of the selected biblio.
64
                    This value will be saved to the [% field.marcfield | html %] subfield of the selected bibliographic record.
65
                [% END %]
65
                [% END %]
66
            </li>
66
            </li>
67
        [% END %]
67
        [% END %]
68
- 

Return to bug 11844