diff --git a/views/batteries.blade.php b/views/batteries.blade.php index e0b9c530..70c1274e 100644 --- a/views/batteries.blade.php +++ b/views/batteries.blade.php @@ -28,7 +28,7 @@ - + @@ -38,7 +38,7 @@ @foreach($batteries as $battery) -
{{ $L('Name') }} {{ $L('Description') }} {{ $L('Used in') }}
+ diff --git a/views/batteriesjournal.blade.php b/views/batteriesjournal.blade.php index 4bea77c4..08eac890 100644 --- a/views/batteriesjournal.blade.php +++ b/views/batteriesjournal.blade.php @@ -32,7 +32,7 @@ - + @@ -40,7 +40,7 @@ @foreach($chargeCycles as $chargeCycleEntry) -
{{ $L('Battery') }} {{ $L('Tracked time') }}
+ diff --git a/views/batteriesoverview.blade.php b/views/batteriesoverview.blade.php index 9947f79e..74ea61c1 100644 --- a/views/batteriesoverview.blade.php +++ b/views/batteriesoverview.blade.php @@ -41,7 +41,7 @@ - + @@ -51,7 +51,7 @@ @foreach($current as $curentBatteryEntry) -
{{ $L('Battery') }} {{ $L('Last charged') }} {{ $L('Next planned charge cycle') }}
+ diff --git a/views/chores.blade.php b/views/chores.blade.php index 6edf4beb..4930ea52 100644 --- a/views/chores.blade.php +++ b/views/chores.blade.php @@ -28,7 +28,7 @@ - + @@ -38,7 +38,7 @@ @foreach($chores as $chore) -
{{ $L('Name') }} {{ $L('Period type') }} {{ $L('Period days') }}
+ diff --git a/views/choresjournal.blade.php b/views/choresjournal.blade.php index 30dc7c1d..236073a2 100644 --- a/views/choresjournal.blade.php +++ b/views/choresjournal.blade.php @@ -32,7 +32,7 @@ - + @@ -41,7 +41,7 @@ @foreach($choresLog as $choreLogEntry) -
{{ $L('Chore') }} {{ $L('Tracked time') }} {{ $L('Done by') }}
+ diff --git a/views/choresoverview.blade.php b/views/choresoverview.blade.php index 910d58c2..5ac31cc9 100644 --- a/views/choresoverview.blade.php +++ b/views/choresoverview.blade.php @@ -41,7 +41,7 @@ - + @@ -51,7 +51,7 @@ @foreach($currentChores as $curentChoreEntry) -
{{ $L('Chore') }} {{ $L('Next estimated tracking') }} {{ $L('Last tracked') }}
+ diff --git a/views/locations.blade.php b/views/locations.blade.php index 5fc7ae8b..945167c5 100644 --- a/views/locations.blade.php +++ b/views/locations.blade.php @@ -28,7 +28,7 @@ - + @@ -36,7 +36,7 @@ @foreach($locations as $location) -
{{ $L('Name') }} {{ $L('Description') }}
+ diff --git a/views/manageapikeys.blade.php b/views/manageapikeys.blade.php index 886243ed..ef9f0a3d 100644 --- a/views/manageapikeys.blade.php +++ b/views/manageapikeys.blade.php @@ -32,7 +32,7 @@ - + @@ -44,7 +44,7 @@ @foreach($apiKeys as $apiKey) -
{{ $L('API key') }} {{ $L('User') }} {{ $L('Expires') }}
+ diff --git a/views/productgroups.blade.php b/views/productgroups.blade.php index 23f34b5b..b6b25822 100644 --- a/views/productgroups.blade.php +++ b/views/productgroups.blade.php @@ -28,7 +28,7 @@ - + @@ -36,7 +36,7 @@ @foreach($productGroups as $productGroup) -
{{ $L('Name') }} {{ $L('Description') }}
+ diff --git a/views/products.blade.php b/views/products.blade.php index 72a373e5..964af289 100644 --- a/views/products.blade.php +++ b/views/products.blade.php @@ -31,7 +31,7 @@ - + @@ -44,7 +44,7 @@ @foreach($products as $product) -
{{ $L('Name') }} {{ $L('Location') }} {{ $L('Min. stock amount') }}
+ diff --git a/views/quantityunits.blade.php b/views/quantityunits.blade.php index 3f9aefa0..65ec3def 100644 --- a/views/quantityunits.blade.php +++ b/views/quantityunits.blade.php @@ -28,7 +28,7 @@ - + @@ -36,7 +36,7 @@ @foreach($quantityunits as $quantityunit) -
{{ $L('Name') }} {{ $L('Description') }}
+ diff --git a/views/recipeform.blade.php b/views/recipeform.blade.php index bd1caba1..4ae23922 100644 --- a/views/recipeform.blade.php +++ b/views/recipeform.blade.php @@ -100,7 +100,7 @@ - + @@ -111,7 +111,7 @@ @if($mode == "edit") @foreach($recipePositions as $recipePosition) -
{{ $L('Product') }} {{ $L('Amount') }} {{ $L('Note') }}
+ @@ -152,7 +152,7 @@ - + @@ -161,7 +161,7 @@ @if($mode == "edit") @foreach($recipeNestings as $recipeNesting) - - + @@ -45,7 +45,7 @@ -
{{ $L('Recipe') }} {{ $L('Servings') }}
+ @@ -223,7 +223,7 @@ diff --git a/views/recipes.blade.php b/views/recipes.blade.php index 82afcc58..189e967a 100644 --- a/views/recipes.blade.php +++ b/views/recipes.blade.php @@ -34,7 +34,7 @@
{{ $L('Name') }}{{ $L('Servings') }}{{ $L('Servings') }} {{ $L('Requirements fulfilled') }} Hidden status for sorting of "Requirements fulfilled" column
{{ $recipe->name }} + {{ $recipe->desired_servings }} diff --git a/views/shoppinglist.blade.php b/views/shoppinglist.blade.php index 69ca7afa..4e3f15e1 100644 --- a/views/shoppinglist.blade.php +++ b/views/shoppinglist.blade.php @@ -56,7 +56,7 @@ - + @@ -66,7 +66,7 @@ @foreach($listItems as $listItem) -
{{ $L('Product') }} / {{ $L('Note') }} {{ $L('Amount') }} Hiden product group
+ diff --git a/views/stockjournal.blade.php b/views/stockjournal.blade.php index a6b319ac..2945d8a6 100644 --- a/views/stockjournal.blade.php +++ b/views/stockjournal.blade.php @@ -32,7 +32,7 @@ - + @@ -42,7 +42,7 @@ @foreach($stockLog as $stockLogEntry) -
{{ $L('Product') }} {{ $L('Amount') }} {{ $L('Booking time') }}
+ diff --git a/views/stockoverview.blade.php b/views/stockoverview.blade.php index e8cdcc74..11ec12b6 100644 --- a/views/stockoverview.blade.php +++ b/views/stockoverview.blade.php @@ -70,7 +70,7 @@ - + @@ -82,7 +82,7 @@ @foreach($currentStock as $currentStockEntry) amount > 0) table-warning @elseif (FindObjectInArrayByPropertyValue($missingProducts, 'id', $currentStockEntry->product_id) !== null) table-info @endif"> - - + @@ -36,7 +36,7 @@ @foreach($taskCategories as $taskCategory) -
{{ $L('Product') }} {{ $L('Amount') }} {{ $L('Next best before date') }}
+
{{ $L('Name') }} {{ $L('Description') }}
+ diff --git a/views/tasks.blade.php b/views/tasks.blade.php index 6be7254e..baf6b17c 100644 --- a/views/tasks.blade.php +++ b/views/tasks.blade.php @@ -56,7 +56,7 @@ - + @@ -67,7 +67,7 @@ @foreach($tasks as $task) -
{{ $L('Task') }} {{ $L('Due') }} Hidden category
+ name) }}" data-task-id="{{ $task->id }}" data-task-name="{{ $task->name }}"> diff --git a/views/users.blade.php b/views/users.blade.php index 61a30ad8..b7421aa0 100644 --- a/views/users.blade.php +++ b/views/users.blade.php @@ -28,7 +28,7 @@ - + @@ -37,7 +37,7 @@ @foreach($users as $user) -
{{ $L('Username') }} {{ $L('First name') }} {{ $L('Last name') }}
+