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 |
- |
|
|