File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 3737$ string ['end ' ] = 'Ende ' ;
3838$ string ['direct_invite_checkbox ' ] = 'Evaluation sofort starten ' ;
3939$ string ['reactivate_invite ' ] = 'Einladung erneut durchführen ' ;
40+ $ string ['reactivate_startdate ' ] = 'Startdatum anpassen ' ;
4041$ string ['warning_inconsistent_states ' ] = "Einige Umfragen sind geöffnet, aber alle Umfragen sollten geschlossen sein. " ;
4142$ string ['change_mapping ' ] = "Weitere Veranstaltungen zuordnen " ;
4243$ string ['semester ' ] = "Semester " ;
Original file line number Diff line number Diff line change 3939$ string ['semester ' ] = "Semester " ;
4040$ string ['direct_invite_checkbox ' ] = 'Start evaluation immediately ' ;
4141$ string ['reactivate_invite ' ] = 'Invite students again ' ;
42+ $ string ['reactivate_startdate ' ] = 'Modify start date ' ;
4243$ string ['warning_inconsistent_states ' ] = "There are some open surveys, but all surveys should be closed. " ;
4344$ string ['optional ' ] = '(optional) ' ;
4445$ string ['standard_period ' ] = "Standard evaluationperiod: " ;
Original file line number Diff line number Diff line change @@ -75,7 +75,12 @@ Example context (json):
7575 <div >
7676 <label for =" reactivate" >
7777 <input type =" checkbox" id =" reactivate" >
78- { {# str} }reactivate_invite, block_evasys_sync{ {/str} }
78+ { {#enddisabled} }
79+ { {# str} }reactivate_invite, block_evasys_sync{ {/str} }
80+ { {/enddisabled} }
81+ { {^enddisabled} }
82+ { {# str} }reactivate_startdate, block_evasys_sync{ {/str} }
83+ { {/enddisabled} }
7984 </label >
8085 </div >
8186 { {/startoption} }
You can’t perform that action at this time.
0 commit comments