Skip to content

Commit

Permalink
fix tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidastri committed Aug 15, 2024
1 parent 06a9920 commit 278cbb1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deposit/templates/deposit/data.html
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,10 @@ <h5 class="modal-title">
<div id="checksumReport"></div>
</div>
<div class="modal-footer">
<span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="Cannot download as checksum report is empty">
<span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="Download is unavailable. No checksum report.">
<a href="#" class="btn btn-outline-secondary download-report-text">Download as text</a>
</span>
<span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="Cannot download as checksum report is empty">
<span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="Download is unavailable. No checksum report.">
<a href="#" class="btn btn-outline-secondary download-report-csv">Download as CSV</a>
</span>
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
Expand Down
4 changes: 2 additions & 2 deletions research/templates/research/browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ <h5 class="modal-title">
<div id="checksumReport"></div>
</div>
<div class="modal-footer">
<span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="Cannot download as checksum report is empty">
<span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="Download is unavailable. No checksum report.">
<a href="#" class="btn btn-outline-secondary download-report-text">Download as text</a>
</span>
<span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="Cannot download as checksum report is empty">
<span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="Download is unavailable. No checksum report.">
<a href="#" class="btn btn-outline-secondary download-report-csv">Download as CSV</a>
</span>
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
Expand Down
4 changes: 2 additions & 2 deletions vault/templates/vault/browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ <h5 class="modal-title">
<div id="checksumReport"></div>
</div>
<div class="modal-footer">
<span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="Cannot download as checksum report is empty">
<span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="Download is unavailable. No checksum report.">
<a href="#" class="btn btn-outline-secondary download-report-text">Download as text</a>
</span>
<span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="Cannot download as checksum report is empty">
<span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="Download is unavailable. No checksum report.">
<a href="#" class="btn btn-outline-secondary download-report-csv">Download as CSV</a>
</span>
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
Expand Down

0 comments on commit 278cbb1

Please sign in to comment.