diff --git a/Layout/default/Preorder/Index.php b/Layout/default/Preorder/Index.php index 93873d456..e776eafb8 100644 --- a/Layout/default/Preorder/Index.php +++ b/Layout/default/Preorder/Index.php @@ -401,6 +401,7 @@ ["zip", preorder.adb_plz], ["city", preorder.adb_ort], ["type", preorder.type_label], + ["typestyle", "color: #000; background-color: " + icon_color], ["adrcd", preorder.adrcd], ["extref", preorder.extref ? preorder.extref : ""], ["gps", (preorder.gps_lat && preorder.gps_long) ? preorder.gps_lat + ", " + preorder.gps_long : ""], diff --git a/Layout/default/Preorder/include/preorder_popup.php b/Layout/default/Preorder/include/preorder_popup.php index 116978bf8..e32a66709 100644 --- a/Layout/default/Preorder/include/preorder_popup.php +++ b/Layout/default/Preorder/include/preorder_popup.php @@ -10,23 +10,23 @@ ob_start();
| GWR Adrcd: | -{{ADRCD}} | -||
|---|---|---|---|
| Extref: | -{{EXTREF}} | +Bestelltyp: | +{{TYPE}} |
| Gebäudetyp: | {{CONNECTIONTYPE}} | -||
| Bestelltyp: | -{{TYPE}} | ||
| Anschlüsse: | {{COUNT}} | ||
| GPS: | {{GPS}} | +||
| GWR Adrcd: | +{{ADRCD}} | +||
| Extref: | +{{EXTREF}} | ||
| Kontakt: | {{CONTACT}} |