Added a button to download equipment instruction manuals (closes #833)

This commit is contained in:
Bernd Bestel
2020-11-17 21:01:45 +01:00
parent d2d09cf928
commit 604629ed5e
4 changed files with 16 additions and 1 deletions

View File

@@ -131,12 +131,20 @@
<div class="card-header card-header-fullscreen">
<span class="selected-equipment-name"></span>
<a id="selectedEquipmentInstructionManualToggleFullscreenButton"
class="btn btn-sm btn-outline-secondary py-0 float-right"
class="btn btn-sm btn-outline-secondary py-0 float-right mr-1"
href="#"
data-toggle="tooltip"
title="{{ $__t('Expand to fullscreen') }}">
<i class="fas fa-expand-arrows-alt"></i>
</a>
<a id="selectedEquipmentInstructionManualDownloadButton"
class="btn btn-sm btn-outline-secondary py-0 float-right mr-1"
href="#"
target="_blank"
data-toggle="tooltip"
title="{{ $__t('Download file') }}">
<i class="fas fa-file-download"></i>
</a>
</div>
<div class="card-body py-0 px-0">
<p id="selected-equipment-has-no-instruction-manual-hint"