mirror of
https://github.com/grocy/grocy.git
synced 2025-08-28 09:01:14 +00:00
Added a button to download equipment instruction manuals (closes #833)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user