X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=lib%2Fdelivery.php;fp=lib%2Fdelivery.php;h=574094ada01704f4d684b03be6458c59e62225dd;hb=a3ed62907c33e18f3d44f3b7c7ee48a86dee5785;hp=006112c4a7b17cbbec196fffdc6064324b328b39;hpb=9b4dedb96250d89c0d8a818b41e2d3b4d940dac4;p=readifood.git diff --git a/lib/delivery.php b/lib/delivery.php index 006112c..574094a 100644 --- a/lib/delivery.php +++ b/lib/delivery.php @@ -122,15 +122,17 @@ } if ($count > 1) { + echo "

$count orders

"; echo "

Drag delivery details to reorder the schedule.

\n"; echo "
\n"; } + else echo "

1 order

"; foreach ($orders as $order) { $contact = get_contact_by_id($order->getBeneficiaryId()); if (! $contact) continue; - echo "
"; + echo "
"; $phones = array(); $area = get_contact_area($contact);