Skip to content

Commit

Permalink
BXC-4187 remove label form field (#1598)
Browse files Browse the repository at this point in the history
Co-authored-by: Sharon Luong <[email protected]>
  • Loading branch information
sharonluong and Sharon Luong committed Jul 20, 2023
1 parent 225c5d3 commit d69c914
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions static/templates/admin/addFileForm.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
<iframe id="upload_file_frame" name="upload_file_frame" height="0" width="0" style="display: none;"></iframe>
<form id="create_simple_object_form" method="post" action="/services/api/edit/ingest/<%= pid %>" enctype="multipart/form-data" target="upload_file_container" class="edit_form create_simple_object_form">
<p>Add a file to this work. If no label is provided, the filename will be used.</p>
<p>Add a file to this work.</p>
<p class="size-note">(Maximum upload size is 1.5gb)</p>
<h3>Add File</h3>
<div class="form_field">
<label>Label</label>
<input name="name" size="40"/>
</div>
<div class="form_field">
<label>File*</label>
<input type="file" id="data_file" name="file"/>
Expand Down

0 comments on commit d69c914

Please sign in to comment.