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