File tree 4 files changed +18
-7
lines changed
4 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 43
43
$ string ['optional ' ] = "(Optional) " ;
44
44
$ string ['activate_nonstandard_time ' ] = "Evaluationszeitraum wegen Sonderveranstaltung ändern " ;
45
45
$ string ['activate_standard_time ' ] = "Standardzeitraum verwenden " ;
46
- $ string ['standard_period ' ] = "Standard Evaluationszeitraum: " ;
46
+ $ string ['standard_period ' ] = "Standard- Evaluationszeitraum: " ;
47
47
$ string ['different_period ' ] = "Abweichender Evaluationszeitraum: " ;
48
48
49
49
// Multi allocation strings.
Original file line number Diff line number Diff line change 41
41
$ string ['reactivate_invite ' ] = 'Invite students again ' ;
42
42
$ string ['warning_inconsistent_states ' ] = "There are some open surveys, but all surveys should be closed. " ;
43
43
$ string ['optional ' ] = '(optional) ' ;
44
- $ string ['standard_period ' ] = "standard evaluationperiod: " ;
45
- $ string ['different_period ' ] = "non standard evaluationperiod: " ;
46
- $ string ['activate_nonstandard_time ' ] = "standard evaluationperiod: " ;
47
- $ string ['activate_standard_time ' ] = "non standard evaluationperiod: " ;
44
+ $ string ['standard_period ' ] = "Standard evaluationperiod: " ;
45
+ $ string ['different_period ' ] = "Exceptional evaluationperiod: " ;
46
+ $ string ['activate_nonstandard_time ' ] = "Alter evaluationperiod for special courses " ;
48
47
49
48
// Multi allocation strings.
50
49
Original file line number Diff line number Diff line change @@ -14,6 +14,18 @@ input.in_box_button[type="submit"] {
14
14
margin-left : 0 ;
15
15
}
16
16
17
+ .flexmargin {
18
+ display : flex;
19
+ margin-bottom : 3px ;
20
+ margin-top : 7px ;
21
+ padding-top : 5px ;
22
+ border-top : 2px solid # bec6c8 ;
23
+ }
24
+
25
+ .margin {
26
+ margin : 5px ;
27
+ }
28
+
17
29
.inline-block {
18
30
display : inline-block;
19
31
}
Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ Example context (json):
70
70
{ {#emailsentnotice} }<div style =" color : limegreen ; " >{ {# str} }emailsentnotice, block_evasys_sync{ {/str} }</div >{ {/emailsentnotice} }
71
71
{ {#evaluationperiodsetnotice} }<div style =" color : limegreen ; " >{ {# str} }evalperiodsetnotice, block_evasys_sync{ {/str} }</div >{ {/evaluationperiodsetnotice} }
72
72
{ {#usestandardtimelayout} }
73
- <div >
73
+ <div class = " flexmargin " >
74
74
<input type =" hidden" id =" activate_standard" name =" activate_standart" value =" true" >
75
- <input type =" checkbox" id =" deactivate_standard" name =" deactivate_standard" disabled >
75
+ <input class = " margin " type =" checkbox" id =" deactivate_standard" name =" deactivate_standard" disabled >
76
76
<label for =" activate_standard" >{ {#str} }activate_nonstandard_time, block_evasys_sync{ {/str} }</label >
77
77
</div >
78
78
{ {/usestandardtimelayout} }
You can’t perform that action at this time.
0 commit comments