Skip to content

Commit

Permalink
Update text on zip export
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorHarbo committed Jul 19, 2023
1 parent 9e10e4f commit 0c4293e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/js/src/components/searchResults/SearchResultExport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,13 @@
<div class="exportContent">
<h2>ZIP EXPORT</h2>
<p>Select the type of content that you want to have exported in a zip file.</p><br>

<p>To export files of a different type, than the ones mentioned here, you can specify a mimetype
(e.g. text/plain or image/jpeg) in the 'Other' field.</p><br>

<p>To export multiple filetypes at once use the 'Other' field and construct the query
in the following way: 'text/plain OR image/png'.</p><br>

</div>
<div class="exportContent">
<div>
Expand Down Expand Up @@ -184,14 +190,13 @@
<label for="export-other">Other: </label>
<input id="export-other"
v-model="zipContentAsString"
name="other"
name="other"
size="12"
value=""
placeholder="mimetype">
</div>
</div>
<div>
<br>
<p>To export multiple filetypes at once use the 'Other field' and construct the query in the following way: 'text/plain OR image/png'.</p>
<br>
<p>When you're done, press the download button.</p><p>
<br>
Expand Down

0 comments on commit 0c4293e

Please sign in to comment.