File tree Expand file tree Collapse file tree 4 files changed +2
-7
lines changed
Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 3838 <td >${booking. getId() } ${booking. getOpenRequests(). isEmpty() ? context. empty() : context. localize(" bookings.outstanding" , booking. getOpenRequests(). size()) }</td >
3939 <td >${booking. getDescription() }</td >
4040 <td >${context. format(booking. getStartDate()) }</td >
41- <td >${context. format(booking. getEndDate()) }</td >
41+ <td >${context. format(booking. getEndDate(). toLocalTime() ) }</td >
4242 <td >${context. localize(" bookings.share." + booking. getShareRoomType()) }</td >
4343 <td >${context. localize(" bookings.priority." + booking. getPriority()) }</td >
4444 <td >
Original file line number Diff line number Diff line change 3535@if (!booking.getOpenRequests().isEmpty())
3636 <p >${context. localize(" bookings.outstanding" , booking. getOpenRequests(). size()) }</p >
3737@endif
38- <p >${context. localize(" bookings.start.value" , context. format(booking. getStartDate())) }</p >
39- <p >${context. localize(" bookings.end.value" , context. format(booking. getEndDate())) }</p >
38+ <p >${context. format(booking. getStartDate()) } - ${context. format(booking. getEndDate(). toLocalTime()) }</p >
4039
4140@if (!booking.getDescription().isBlank())
4241 <label class =" label" >${context. localize(" bookings.description" ) }</label >
Original file line number Diff line number Diff line change @@ -87,8 +87,6 @@ administration.statistics.hour=Per Hour
8787administration.statistics.month =Per Month
8888administration.statistics.recent =Recent
8989administration.statistics.all_time =All Time
90- bookings.start.value =Start: {0}
91- bookings.end.value =End: {0}
9290layout.welcome =Welcome, {0}
9391layout.about =About
9492layout.legal =Legal
Original file line number Diff line number Diff line change @@ -82,8 +82,6 @@ administration.statistics.hour=Nach Stunde
8282administration.statistics.month =Nach Monat
8383administration.statistics.recent =Kürzlich
8484administration.statistics.all_time =Alle
85- bookings.start.value =Start: {0}
86- bookings.end.value =Ende: {0}
8785layout.welcome =Hallo, {0}
8886layout.about =Über
8987layout.legal =Legal
You can’t perform that action at this time.
0 commit comments