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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt (-2 / +2 lines)
Lines 27-33 Link Here
27
27
28
[% IF ( add_form ) %]
28
[% IF ( add_form ) %]
29
<h1>Connect [% tablename %].[% kohafield %] to a MARC subfield</h1>
29
<h1>Connect [% tablename %].[% kohafield %] to a MARC subfield</h1>
30
    <p>Choose and validate 1 MARC subfield for <strong>[% tablename %].[% kohafield %]</strong>. That will modify <b>all frameworks</b> which is usually what you need, but you have been warned.</p>
30
    <p>Choose and validate 1 MARC subfield for <strong>[% tablename %].[% kohafield %]</strong>.</p>
31
    <p><b>Note: </b>All frameworks will be modified which is usually what you need, but you have been warned.</p>
31
    <fieldset class="rows">
32
    <fieldset class="rows">
32
        <ol>
33
        <ol>
33
        [% FOR i IN [ 0 .. 9 ] %]
34
        [% FOR i IN [ 0 .. 9 ] %]
34
- 

Return to bug 15236