mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 17:24:07 +00:00
UI strings/tooltips/basic handling review/optimizations
This commit is contained in:
@@ -91,13 +91,17 @@
|
||||
<tr>
|
||||
<td class="fit-content border-right">
|
||||
<a class="btn btn-info btn-sm show-as-dialog-link"
|
||||
href="{{ $U('/shoppinglocation/') }}{{ $shoppinglocation->id }}?embedded">
|
||||
href="{{ $U('/shoppinglocation/') }}{{ $shoppinglocation->id }}?embedded"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $__t('Edit this item') }}">
|
||||
<i class="fas fa-edit"></i>
|
||||
</a>
|
||||
<a class="btn btn-danger btn-sm shoppinglocation-delete-button"
|
||||
href="#"
|
||||
data-shoppinglocation-id="{{ $shoppinglocation->id }}"
|
||||
data-shoppinglocation-name="{{ $shoppinglocation->name }}">
|
||||
data-shoppinglocation-name="{{ $shoppinglocation->name }}"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $__t('Delete this item') }}">
|
||||
<i class="fas fa-trash"></i>
|
||||
</a>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user