You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -614,7 +619,7 @@ public class arbeitsrecht05_ui implements com.jdimension.jlawyer.client.plugins.
614
619
tableLayout (cellpadding: 5) {
615
620
tr {
616
621
td (colfill:true, align: 'left') {
617
-
label(text: 'Datum Unterschrift Arbeitsvertrag')
622
+
label(text: 'Unterschrift Arbeitsvertrag')
618
623
}
619
624
td (colfill:true, align: 'left') {
620
625
panel {
@@ -638,7 +643,7 @@ public class arbeitsrecht05_ui implements com.jdimension.jlawyer.client.plugins.
638
643
}
639
644
tr {
640
645
td (colfill:true, align: 'left') {
641
-
label(text: 'Datum Beginn Arbeitsverhältnis')
646
+
label(text: 'Beginn des Arbeitsverhältnisses')
642
647
}
643
648
td (colfill:true, align: 'left') {
644
649
panel {
@@ -793,7 +798,7 @@ public class arbeitsrecht05_ui implements com.jdimension.jlawyer.client.plugins.
793
798
label(text: '')
794
799
}
795
800
td (colfill:true, align: 'left') {
796
-
checkBox(text: 'Wird ein Tarifvertrag in Bezug genommen', name: "_AVTARIFVERTRAG", clientPropertyJlawyerdescription: "Wird ein Tarifvertrag in Bezug genommen", selected: false)
801
+
checkBox(text: 'es wird ein Tarifvertrag in Bezug genommen', name: "_AVTARIFVERTRAG", clientPropertyJlawyerdescription: "Wird ein Tarifvertrag in Bezug genommen?", selected: false)
797
802
}
798
803
}
799
804
tr {
@@ -809,39 +814,39 @@ public class arbeitsrecht05_ui implements com.jdimension.jlawyer.client.plugins.
Copy file name to clipboardExpand all lines: src/j-lawyer-forms.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
28
28
<formid="arbeitsrecht03"type="plugin"depends="formslib"name="Arbeitsrecht: Elternzeit"description="Elternzeiten erfassen und darstellen"placeholder="ELTERNZ"version="0.5.0"for="3.3.0.2,3.4.0.0,3.4.0.1,3.4.0.2,3.4.0.3,3.4.0.4,3.5.0.0"url="https://www.j-lawyer.org/downloads/j-lawyer-plugins/forms/2.6.0.0"files="arbeitsrecht03_meta.groovy,arbeitsrecht03_ui.groovy,ZeitstrahlPanel.groovy"/>
<formid="arbeitsrecht05"type="plugin"depends="formslib"name="Arbeitsrecht: Teilzeit in Elternzeit"description="Teilzeit in Elternzeit"placeholder="TZEZ"version="0.1.0"for="3.3.0.2,3.4.0.0,3.4.0.1,3.4.0.2,3.4.0.3,3.4.0.4,3.5.0.0"url="https://www.j-lawyer.org/downloads/j-lawyer-plugins/forms/2.6.0.0"files="arbeitsrecht05_meta.groovy,arbeitsrecht05_ui.groovy"/>
30
+
<formid="arbeitsrecht05"type="plugin"depends="formslib"name="Arbeitsrecht: Teilzeit in Elternzeit"description="Teilzeit in Elternzeit"placeholder="TZEZ"version="0.2.0"for="3.3.0.2,3.4.0.0,3.4.0.1,3.4.0.2,3.4.0.3,3.4.0.4,3.5.0.0"url="https://www.j-lawyer.org/downloads/j-lawyer-plugins/forms/2.6.0.0"files="arbeitsrecht05_meta.groovy,arbeitsrecht05_ui.groovy"/>
0 commit comments