... | ... |
@@ -51,13 +51,17 @@ class WeinanlieferungSlotContainerListener |
51 | 51 |
|
52 | 52 |
return sprintf('<div class="tl_content_left"><div class="row u-items-center"> |
53 | 53 |
<div class="col-2 text-md">%s %s</div> |
54 |
+ <div class="col-2"> |
|
55 |
+ <div class="t-label">Buchbar ab</div>%s |
|
56 |
+ <div class="t-label">Buchbar bis</div>%s |
|
57 |
+ </div> |
|
54 | 58 |
<div class="col-3"> |
55 | 59 |
<div class="t-label">Behälterkapazität</div>%s |
56 | 60 |
</div> |
57 | 61 |
<div class="col-3"> |
58 | 62 |
<div class="t-label">Sorten</div>%s |
59 | 63 |
</div> |
60 |
- </div></div>',Date::parse(Date::getNumericDateFormat(),$row['date']), Date::parse(Date::getNumericTimeFormat(),$row['time']),$Slot->behaelter,implode(', ',$arrSorten)); |
|
64 |
+ </div></div>',Date::parse(Date::getNumericDateFormat(),$row['date']), Date::parse(Date::getNumericTimeFormat(),$row['time']),Date::parse(Date::getNumericDatimFormat(),$row['buchbar_ab']),Date::parse(Date::getNumericDatimFormat(),$row['buchbar_bis']),$Slot->behaelter,implode(', ',$arrSorten)); |
|
61 | 65 |
} |
62 | 66 |
|
63 | 67 |
/** |