mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 05:16:15 +02:00
Changed icon & context menu position for new stock journal summary page
This commit is contained in:
parent
520f2660d1
commit
3187bdaf48
|
|
@ -1906,3 +1906,6 @@ msgstr ""
|
||||||
|
|
||||||
msgid "Journal summary"
|
msgid "Journal summary"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Journal summary for this product"
|
||||||
|
msgstr ""
|
||||||
|
|
|
||||||
|
|
@ -248,6 +248,11 @@
|
||||||
href="{{ $U('/stockjournal?product=') }}{{ $currentStockEntry->product_id }}">
|
href="{{ $U('/stockjournal?product=') }}{{ $currentStockEntry->product_id }}">
|
||||||
<span class="dropdown-item-icon"><i class="fas fa-file-alt"></i></span> <span class="dropdown-item-text">{{ $__t('Stock journal for this product') }}</span>
|
<span class="dropdown-item-icon"><i class="fas fa-file-alt"></i></span> <span class="dropdown-item-text">{{ $__t('Stock journal for this product') }}</span>
|
||||||
</a>
|
</a>
|
||||||
|
<a class="dropdown-item"
|
||||||
|
type="button"
|
||||||
|
href="{{ $U('/stockjournal/summary?product_id=') }}{{ $currentStockEntry->product_id }}">
|
||||||
|
<span class="dropdown-item-icon"><i class="fas fa-file-archive"></i></span> <span class="dropdown-item-text">{{ $__t('Journal summary for this product') }}</span>
|
||||||
|
</a>
|
||||||
<a class="dropdown-item permission-MASTER_DATA_EDIT"
|
<a class="dropdown-item permission-MASTER_DATA_EDIT"
|
||||||
type="button"
|
type="button"
|
||||||
href="{{ $U('/product/') }}{{ $currentStockEntry->product_id . '?returnto=%2Fstockoverview' }}">
|
href="{{ $U('/product/') }}{{ $currentStockEntry->product_id . '?returnto=%2Fstockoverview' }}">
|
||||||
|
|
@ -270,11 +275,6 @@
|
||||||
<span class="dropdown-item-icon"><i class="fas fa-cocktail"></i></span> <span class="dropdown-item-text">{{ $__t('Search for recipes containing this product') }}</span>
|
<span class="dropdown-item-icon"><i class="fas fa-cocktail"></i></span> <span class="dropdown-item-text">{{ $__t('Search for recipes containing this product') }}</span>
|
||||||
</a>
|
</a>
|
||||||
@endif
|
@endif
|
||||||
<a class="dropdown-item"
|
|
||||||
type="button"
|
|
||||||
href="{{ $U('/stockjournal/summary?product_id=') }}{{ $currentStockEntry->product_id }}">
|
|
||||||
<span class="dropdown-item-icon"><i class="fas fa-cocktail"></i></span> <span class="dropdown-item-text">{{ $__t('Journal summary') }}</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user