mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Unify/remove used icons
This commit is contained in:
parent
bb985c09ba
commit
6e867cafbd
@ -6,7 +6,7 @@
|
||||
<div class="card-header">
|
||||
<span class="float-left">{{ $__t('Battery overview') }}</span>
|
||||
<a id="batterycard-battery-edit-button"
|
||||
class="btn btn-sm btn-outline-info py-0 float-right disabled"
|
||||
class="btn btn-sm btn-outline-secondary py-0 float-right disabled"
|
||||
href="#"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $__t('Edit battery') }}">
|
||||
@ -14,10 +14,8 @@
|
||||
</a>
|
||||
<a id="batterycard-battery-journal-button"
|
||||
class="btn btn-sm btn-outline-secondary py-0 mr-1 float-right disabled show-as-dialog-link"
|
||||
href="#"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $__t('Journal for this battery') }}">
|
||||
<i class="fas fa-file-alt"></i>
|
||||
href="#">
|
||||
{{ $__t('Battery journal') }}
|
||||
</a>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
@ -6,7 +6,7 @@
|
||||
<div class="card-header">
|
||||
<span class="float-left">{{ $__t('Chore overview') }}</span>
|
||||
<a id="chorecard-chore-edit-button"
|
||||
class="btn btn-sm btn-outline-info py-0 float-right disabled"
|
||||
class="btn btn-sm btn-outline-secondary py-0 float-right disabled"
|
||||
href="#"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $__t('Edit chore') }}">
|
||||
@ -14,10 +14,8 @@
|
||||
</a>
|
||||
<a id="chorecard-chore-journal-button"
|
||||
class="btn btn-sm btn-outline-secondary py-0 mr-1 float-right disabled show-as-dialog-link"
|
||||
href="#"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $__t('Chore journal') }}">
|
||||
<i class="fas fa-file-alt"></i>
|
||||
href="#">
|
||||
{{ $__t('Chore journal') }}
|
||||
</a>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
@ -7,7 +7,7 @@
|
||||
<div class="card-header">
|
||||
<span class="float-left">{{ $__t('Product overview') }}</span>
|
||||
<a id="productcard-product-edit-button"
|
||||
class="btn btn-sm btn-outline-info py-0 float-right disabled"
|
||||
class="btn btn-sm btn-outline-secondary py-0 float-right disabled"
|
||||
href="#"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $__t('Edit product') }}">
|
||||
@ -15,17 +15,13 @@
|
||||
</a>
|
||||
<a id="productcard-product-journal-button"
|
||||
class="btn btn-sm btn-outline-secondary py-0 mr-1 float-right disabled show-as-dialog-link"
|
||||
href="#"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $__t('Stock journal') }}">
|
||||
<i class="fas fa-file-alt"></i>
|
||||
href="#">
|
||||
{{ $__t('Stock journal') }}
|
||||
</a>
|
||||
<a id="productcard-product-stock-button"
|
||||
class="btn btn-sm btn-outline-info py-0 mr-1 float-right disabled show-as-dialog-link"
|
||||
href="#"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $__t('Stock entries') }}">
|
||||
<i class="fas fa-boxes"></i>
|
||||
class="btn btn-sm btn-outline-secondary py-0 mr-1 float-right disabled show-as-dialog-link"
|
||||
href="#">
|
||||
{{ $__t('Stock entries') }}
|
||||
</a>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
Loading…
x
Reference in New Issue
Block a user