Lines 190-201
a.add, a.delete {
Link Here
|
190 |
[% END %] |
190 |
[% END %] |
191 |
<tr> |
191 |
<tr> |
192 |
<td> |
192 |
<td> |
193 |
<input type="text" name="search_field_name" value="[% search_field.name | html %]" [% is_readonly %]/> |
193 |
<input type="text" name="search_field_name" value="[% search_field.name | html %]" [% is_readonly | html %]/> |
194 |
</td> |
194 |
</td> |
195 |
<td> |
195 |
<td> |
196 |
<input type="text" name="search_field_label" value="[% search_field.label | html %]" [% is_readonly %]/> |
196 |
<input type="text" name="search_field_label" value="[% search_field.label | html %]" [% is_readonly | html %]/> |
197 |
<td> |
197 |
<td> |
198 |
<<<<<<< HEAD |
|
|
199 |
[% IF is_readonly %] |
198 |
[% IF is_readonly %] |
200 |
<input type="hidden" name="search_field_type" value="[% search_field.type | html %]" /> |
199 |
<input type="hidden" name="search_field_type" value="[% search_field.type | html %]" /> |
201 |
<select name="search_field_type" disabled> |
200 |
<select name="search_field_type" disabled> |
Lines 386-392
a.add, a.delete {
Link Here
|
386 |
<input name="mapping_marc_field" type="text" value="[% mapping.marc_field | html %]" /> |
385 |
<input name="mapping_marc_field" type="text" value="[% mapping.marc_field | html %]" /> |
387 |
</td> |
386 |
</td> |
388 |
[% IF mapping.search_field_mandatory %] |
387 |
[% IF mapping.search_field_mandatory %] |
389 |
<td><a class="btn btn-default btn-xs delete mandatory" data-field_name="[% mapping.search_field_name %]" style="cursor: pointer;"><i class="fa fa-trash"></i> Delete</a></td> |
388 |
<td><a class="btn btn-default btn-xs delete mandatory" data-field_name="[% mapping.search_field_name | html %]" style="cursor: pointer;"><i class="fa fa-trash"></i> Delete</a></td> |
390 |
[% ELSE %] |
389 |
[% ELSE %] |
391 |
<td><a class="btn btn-default btn-xs delete" style="cursor: pointer;"><i class="fa fa-trash"></i> Delete</a></td> |
390 |
<td><a class="btn btn-default btn-xs delete" style="cursor: pointer;"><i class="fa fa-trash"></i> Delete</a></td> |
392 |
[% END %] |
391 |
[% END %] |
393 |
- |
|
|