Lines 79-84
a.add, a.delete {
Link Here
|
79 |
[% CASE 'error_on_delete' %] |
79 |
[% CASE 'error_on_delete' %] |
80 |
An error occurred when deleting the existing mappings. Nothing has been changed! |
80 |
An error occurred when deleting the existing mappings. Nothing has been changed! |
81 |
(search field [% m.values.field_name %] with mapping [% m.values.marc_field %].) |
81 |
(search field [% m.values.field_name %] with mapping [% m.values.marc_field %].) |
|
|
82 |
[% CASE 'invalid_field_weight' %] |
83 |
Invalid field weight "[% m.weight %]", must be a positive decimal number. |
82 |
[% CASE 'success_on_update' %] |
84 |
[% CASE 'success_on_update' %] |
83 |
Mapping updated successfully. |
85 |
Mapping updated successfully. |
84 |
[% CASE %] |
86 |
[% CASE %] |
Lines 186-192
a.add, a.delete {
Link Here
|
186 |
</td> |
188 |
</td> |
187 |
<td> |
189 |
<td> |
188 |
[% IF search_field.mapped_biblios %] |
190 |
[% IF search_field.mapped_biblios %] |
189 |
<input type="number" step="0.01" min="0" max="999" name="search_field_weight" value="[% search_field.weight %]" /> |
191 |
<input type="number" step="0.01" min="0.01" max="999.99" name="search_field_weight" value="[% search_field.weight %]" /> |
190 |
[% ELSE %] |
192 |
[% ELSE %] |
191 |
<input type="hidden" name="search_field_weight" value=""> |
193 |
<input type="hidden" name="search_field_weight" value=""> |
192 |
[% END %] |
194 |
[% END %] |
193 |
- |
|
|