- | Elektriker |
+ Freigabe Elektriker |
=($item->inspection_date_electrician) ? date("d.m.Y", $item->inspection_date_electrician) : ""?> |
inspection_electrician) ? "checked='checked'" : ""?> /> |
diff --git a/Layout/default/Linework/Index.php b/Layout/default/Linework/Index.php
index 06d493d33..380427dfc 100644
--- a/Layout/default/Linework/Index.php
+++ b/Layout/default/Linework/Index.php
@@ -78,7 +78,7 @@
=($filter['status_id'] == $status->id) ? "selected='selected'" : ""?>
- =($status->id == 3) ? "selected='selected'" : ""?>
+ =(!in_array($me->id, ["145","62","56"]) && $status->id == 3) ? "selected='selected'" : ""?>
>
=$status->code?> - =__($status->name."-t")?>
@@ -104,6 +104,15 @@
+
+
+
+
+
diff --git a/Layout/default/Patching/Index.php b/Layout/default/Patching/Index.php
index 168dfbf56..cef8eb61d 100644
--- a/Layout/default/Patching/Index.php
+++ b/Layout/default/Patching/Index.php
@@ -1,198 +1,451 @@
getUrl($Mod,"Index");
- $pagination_baseurl_params = ["filter" => $filter];
- $pagination_entity_name = "Patchungen";
-
- if(!is_array($filter)) $filter = [];
+// --- Configuration ---
+$pagination_baseurl = $this->getUrl($Mod,"Index");
+$pagination_baseurl_params = ["filter" => $filter]; // Filters passed via GET
+$pagination_entity_name = "Patchungen";
+
+// Ensure $filter is always an array
+if(!is_array($filter)) {
+ $filter = [];
+}
+
+// Helper function for safe output (assuming not already handled by framework/template engine)
+function e($string) {
+ return htmlspecialchars($string ?? '', ENT_QUOTES, 'UTF-8');
+}
+
+$additionalHead = [
+ ''
+];
+
?>
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Layout/default/Pipework/Index.php b/Layout/default/Pipework/Index.php
index 5edb5e961..6be5849b1 100644
--- a/Layout/default/Pipework/Index.php
+++ b/Layout/default/Pipework/Index.php
@@ -74,7 +74,7 @@
=($filter['status_id'] == $status->id) ? "selected='selected'" : ""?>
- =($status->id == 3) ? "selected='selected'" : ""?>
+ =(!in_array($me->id, ["145","62","56"]) && $status->id == 3) ? "selected='selected'" : ""?>
>
=$status->code?> - =__($status->name."-b")?>
@@ -91,6 +91,15 @@
+
+
+
+
+
@@ -99,7 +108,10 @@
diff --git a/Layout/default/Preorder/Index.php b/Layout/default/Preorder/Index.php
index f3b850395..5682799d2 100644
--- a/Layout/default/Preorder/Index.php
+++ b/Layout/default/Preorder/Index.php
@@ -322,8 +322,8 @@ $pagination_entity_name = "Vorbestellungen";
-
-
+
+
+
+
+
+
+
|
+
+