Lines 813-821
No patron matched <span class="ex">[% message %]</span>
Link Here
|
813 |
<option value="iso2709_995">ISO2709 with items</option> |
813 |
<option value="iso2709_995">ISO2709 with items</option> |
814 |
<option value="iso2709">ISO2709 without items</option> |
814 |
<option value="iso2709">ISO2709 without items</option> |
815 |
[% IF ( export_with_csv_profile ) %] |
815 |
[% IF ( export_with_csv_profile ) %] |
816 |
<option value="csv">CSV</option> |
816 |
<option value="csv">CSV</option> |
817 |
[% ELSE %] |
|
|
818 |
<option value="">CSV</option> |
819 |
[% END %] |
817 |
[% END %] |
820 |
</select> |
818 |
</select> |
821 |
<label for="export_remove_fields">Don't export fields:</label> <input type="text" id="export_remove_fields" name="export_remove_fields" value="[% export_remove_fields %]" title="Use for iso2709 exports" /> |
819 |
<label for="export_remove_fields">Don't export fields:</label> <input type="text" id="export_remove_fields" name="export_remove_fields" value="[% export_remove_fields %]" title="Use for iso2709 exports" /> |
822 |
- |
|
|