diff --git a/Layout/default/Timerecording/Index.php b/Layout/default/Timerecording/Index.php index 0359e58ae..921c0cbd9 100644 --- a/Layout/default/Timerecording/Index.php +++ b/Layout/default/Timerecording/Index.php @@ -127,7 +127,7 @@ $years[time() - 31536000] = date('Y', time() - 31536000); data-comment="require_comment ?>" data-hourday="hourday ?>" data-businesstrip="businesstrip ?>" - data-homeoffice="hourday==1) ? 1 : 0 ?>">name ?> + data-homeoffice="hourday == 1) ? 1 : 0 ?>">name ?> Anmerkung - + -
+
@@ -354,7 +357,8 @@ $years[time() - 31536000] = date('Y', time() - 31536000); let insertUrl = ""; let deleteUrl = ""; let requestUrl = " 'getTimerecordings']) ?>"; - let autoWorkinghoursUrl = " 'fillWorkinghours']) ?>"; + let autoWorkinghoursUrl = " 'fillWorkinghours']) ?>"; + let checkWorkinghoursUrl = " 'checkWorkinghours']) ?>"; diff --git a/Layout/default/TimerecordingReport/Index.php b/Layout/default/TimerecordingReport/Index.php index eb85aa984..1e782aa51 100644 --- a/Layout/default/TimerecordingReport/Index.php +++ b/Layout/default/TimerecordingReport/Index.php @@ -92,6 +92,7 @@ $years[time() - 31536000] = date('Y', time() - 31536000); .fixed-state { background-color: #d0fbd9; } + .form-check-label { margin-top: 2px; } @@ -200,56 +201,60 @@ $years[time() - 31536000] = date('Y', time() - 31536000);
-
- -
-
-
-
- -
- - +
-
-
- - +
+
+ +
+ + +
+
+
+ +
+ + +
+
+
+
-
- + +
+
+ + +
+
+
+
+ +
-
-
- - -
-
-
-
- -
-
- - -
+
@@ -375,7 +380,7 @@ $years[time() - 31536000] = date('Y', time() - 31536000); let deleteUrl = ""; let requestUrl = " 'getTimerecordings']) ?>"; let requestTimesUrl = " 'getTimerecordingsTimes']) ?>"; - + let checkWorkinghoursUrl = " 'checkWorkinghours']) ?>";