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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt (+1 lines)
Lines 19-24 Link Here
19
19
20
<h1>Koha to MARC mapping</h1>
20
<h1>Koha to MARC mapping</h1>
21
<br/>
21
<br/>
22
<div class="dialog message">If you make any change to the mappings, you must ask your administrator to run misc/batchRebuildBiblioTables.pl.</div>
22
<form action="/cgi-bin/koha/admin/koha2marclinks.pl" method="post" id="koha2marc">
23
<form action="/cgi-bin/koha/admin/koha2marclinks.pl" method="post" id="koha2marc">
23
24
24
[% IF error_add %]
25
[% IF error_add %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-2 / +6 lines)
Lines 156-162 Link Here
156
                    [% END %]
156
                    [% END %]
157
                    (if checked, it means that the subfield is a URL and can be clicked)
157
                    (if checked, it means that the subfield is a URL and can be clicked)
158
                </li>
158
                </li>
159
                <li><label for="link[% loo.row | html %]">Link:</label><input type="text" id="link[% loo.row | html %]" name="link" value="[% loo.link | html %]" size="10" maxlength="80" /> (e.g., Title or Local-Number) <span class="error"><em>NOTE: If you change this value you must ask your administrator to run misc/batchRebuildBiblioTables.pl.</em></span></li>
159
                <li>
160
                    <label for="link[% loo.row | html %]">Link:</label>
161
                    <input type="text" id="link[% loo.row | html %]" name="link" value="[% loo.link | html %]" size="10" maxlength="80" />
162
                    (an index name, e.g. title or Local-Number)
163
                </li>
160
                <li>
164
                <li>
161
                    <label for="kohafield[% loo.row | html %]">Koha link:</label>
165
                    <label for="kohafield[% loo.row | html %]">Koha link:</label>
162
                    <!-- This select should be DISABLED; value is submitted by the following hidden input -->
166
                    <!-- This select should be DISABLED; value is submitted by the following hidden input -->
Lines 169-174 Link Here
169
                      [% END %]
173
                      [% END %]
170
                    [% END %]
174
                    [% END %]
171
                    </select>
175
                    </select>
176
                    <span class="error">(If you change this value, you must ask your administrator to run misc/batchRebuildBiblioTables.pl.)</span>
172
                    <!-- Do NOT remove this next hidden input! We need it to save kohafield. -->
177
                    <!-- Do NOT remove this next hidden input! We need it to save kohafield. -->
173
                    <input type="hidden" name="kohafield" value="[% loo.kohafield | html %]"/>
178
                    <input type="hidden" name="kohafield" value="[% loo.kohafield | html %]"/>
174
                </li>
179
                </li>
175
- 

Return to bug 26007