From d1c2cef0a5b4d335d0a176d0d34321e95242fbcf Mon Sep 17 00:00:00 2001 From: elar Date: Fri, 16 Feb 2018 17:56:35 +0100 Subject: [PATCH 01/20] Only use custom icon set --- index.html | 2 +- src/index-imports.html | 1 - .../lancie-activity-dialog.html | 4 ++- .../lancie-subscribe-mail-form.html | 14 +++++----- src/lancie-icons.html | 25 +++++++++++++++++- src/lancie-my-area/my-area-order-item.html | 5 ++-- src/lancie-my-area/my-area-orders.html | 8 +++--- src/lancie-my-area/my-area-profile.html | 26 +++++++++---------- src/lancie-my-area/my-area-seat.html | 6 +++-- src/lancie-my-area/my-area-teams.html | 8 +++--- .../my-area-teams/my-area-teams-invite.html | 9 ++++--- .../my-area-teams/team-item.html | 8 +++--- .../my-area-teams/team-member-item.html | 8 +++--- src/lancie-my-area/my-area-ticket-item.html | 2 +- src/lancie-my-area/profile-edit-form.html | 12 ++++----- .../lancie-ticket-basket-item.html | 5 ++-- 16 files changed, 86 insertions(+), 57 deletions(-) diff --git a/index.html b/index.html index 50e995b5..3c3879a7 100755 --- a/index.html +++ b/index.html @@ -193,7 +193,7 @@ - + - diff --git a/src/lancie-activity/lancie-activity-dialog.html b/src/lancie-activity/lancie-activity-dialog.html index fa41f669..78488ca9 100644 --- a/src/lancie-activity/lancie-activity-dialog.html +++ b/src/lancie-activity/lancie-activity-dialog.html @@ -11,6 +11,8 @@ + +
- Buy tickets + Buy tickets Buy tickets - Terms and Conditions + Terms and Conditions Terms and conditions
@@ -134,7 +136,7 @@ } }, getIcon: function(binding) { - return binding ? 'icons:check' : 'icons:clear'; + return binding ? 'lancie:check' : 'lancie:clear'; }, closeDialog: function() { diff --git a/src/lancie-my-area/my-area-profile.html b/src/lancie-my-area/my-area-profile.html index 237d278e..33a3a979 100644 --- a/src/lancie-my-area/my-area-profile.html +++ b/src/lancie-my-area/my-area-profile.html @@ -2,9 +2,6 @@ - - - @@ -12,6 +9,7 @@ + @@ -65,26 +63,26 @@
- +
{{user.profile.displayName}}
{{user.profile.firstName}} {{user.profile.lastName}}
- +
{{user.profile.birthday}}
- +
{{_checkEmpty(user.profile.phoneNumber)}}
- +
{{user.profile.address}}
{{user.profile.zipcode}} {{user.profile.city}}
@@ -95,7 +93,7 @@
- +
{{user.email}}
@@ -103,13 +101,13 @@
- +
●●●●●●●●●●●●
- + @@ -118,15 +116,15 @@
- + Edit your profile - + Change your password
- + Cancel - + Save changes
diff --git a/src/lancie-my-area/my-area-seat.html b/src/lancie-my-area/my-area-seat.html index 1cf14da6..6955c10a 100644 --- a/src/lancie-my-area/my-area-seat.html +++ b/src/lancie-my-area/my-area-seat.html @@ -6,6 +6,8 @@ + +