From 266946a577ec639e80b29ff51bf1159e1f617a27 Mon Sep 17 00:00:00 2001 From: alexberazouski Date: Mon, 19 Feb 2018 11:17:28 +0200 Subject: [PATCH] Avoid using json in attribute's values (#459) * Avoid using json in attributes values BFF-628 * Move setting responsive steps to ready method BFF-628 --- .../views/storefront/order-details-full.html | 38 +++++++++++-------- .../src/views/storefront/order-editor.html | 37 +++++++++++++----- .../views/storefront/order-item-editor.html | 16 ++++++-- 3 files changed, 61 insertions(+), 30 deletions(-) diff --git a/src/main/webapp/frontend/src/views/storefront/order-details-full.html b/src/main/webapp/frontend/src/views/storefront/order-details-full.html index 193099724..2a118de71 100644 --- a/src/main/webapp/frontend/src/views/storefront/order-details-full.html +++ b/src/main/webapp/frontend/src/views/storefront/order-details-full.html @@ -1,7 +1,6 @@ - @@ -114,18 +113,16 @@ } - -
Order #[[item.id]]
- + - +

[[item.dueDate.day]]

[[item.dueDate.weekday]] @@ -148,10 +145,10 @@

[[item.customer.phoneNumber]]

- +
- +