mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-07 05:03:26 +08:00
Add file type radio buttons to inventory export modal
This commit is contained in:
parent
4c8a160719
commit
8559fe9e01
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@
|
|||
<div><%=t('zip_export.repository_header_html', repository: repository.name) %></div>
|
||||
<div class="custom-alert-info"><%=t 'zip_export.files_alert' %></div>
|
||||
<div><%=t 'zip_export.repository_footer_html' %></div>
|
||||
<%= f.label :file_type %><br />
|
||||
<%= f.label :file_type, "Csv", value: "csv" %>
|
||||
<%= f.radio_button :file_type, "csv", checked: true %>
|
||||
<%= f.label :file_type, "xlsx", value: "false" %>
|
||||
<%= f.radio_button :file_type, "xlsx" %>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type='button' data-e2e='e2e-BT-exportMD-cancel' class='btn btn-secondary' data-dismiss='modal' id='close-modal-export-repository-rows'><%= t('general.cancel')%></button>
|
||||
|
|
Loading…
Reference in a new issue