Lines 139-145
$(document).ready(function() {
Link Here
|
139 |
</li> |
139 |
</li> |
140 |
<li class="csv_profiles"> |
140 |
<li class="csv_profiles"> |
141 |
<label for="bibs_csv_profile">CSV profile: </label> |
141 |
<label for="bibs_csv_profile">CSV profile: </label> |
142 |
<select id="bibs_csv_profile" name="csv_profile"> |
142 |
<select id="bibs_csv_profile" name="csv_profile_id"> |
143 |
[% FOR csv_profile IN csv_profiles %] |
143 |
[% FOR csv_profile IN csv_profiles %] |
144 |
<option value="[% csv_profile.export_format_id %]">[% csv_profile.profile %]</option> |
144 |
<option value="[% csv_profile.export_format_id %]">[% csv_profile.profile %]</option> |
145 |
[% END %] |
145 |
[% END %] |
146 |
- |
|
|