Make presets for new products configurable (closes #92)

This commit is contained in:
Bernd Bestel
2018-10-20 14:55:49 +02:00
parent 5318e79f55
commit 04c93d937e
10 changed files with 92 additions and 1 deletions

View File

@@ -12,6 +12,9 @@
<a class="btn btn-outline-dark" href="{{ $U('/product/new') }}">
<i class="fas fa-plus"></i>&nbsp;{{ $L('Add') }}
</a>
<a class="btn btn-outline-secondary" href="{{ $U('/productpresets') }}">
<i class="fas fa-sliders-h"></i>&nbsp;{{ $L('Presets for new products') }}
</a>
</h1>
</div>
</div>