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