From 26b30d96db5ea52cefdad83766dbb8681559ca0f Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Tue, 28 Jun 2016 17:16:18 -0700 Subject: [PATCH] [Frontend] Refactoring glyphs to classes Fixes #1047 In-progress; overlay close, search inputs, messages and message banners, ui-symbol removal in-progress. --- .../commonUI/browse/res/templates/back-arrow.html | 2 +- .../browse/res/templates/browse/object-header.html | 2 +- .../dialog/res/templates/overlay-message-list.html | 3 ++- .../commonUI/dialog/res/templates/overlay.html | 2 +- .../edit/res/templates/create/create-menu.html | 2 +- platform/commonUI/general/res/sass/_icons.scss | 14 -------------- .../general/res/sass/controls/_messages.scss | 10 ++++------ .../commonUI/general/res/sass/forms/_filter.scss | 7 ------- .../general/res/sass/overlay/_overlay.scss | 2 +- .../commonUI/general/res/sass/search/_search.scss | 8 +------- .../res/templates/controls/input-filter.html | 2 +- .../res/templates/controls/time-controller.html | 2 +- .../general/res/templates/message-banner.html | 3 +-- platform/search/res/templates/search.html | 4 ++-- 14 files changed, 17 insertions(+), 46 deletions(-) diff --git a/platform/commonUI/browse/res/templates/back-arrow.html b/platform/commonUI/browse/res/templates/back-arrow.html index 276a716089..57b1e5ae6d 100644 --- a/platform/commonUI/browse/res/templates/back-arrow.html +++ b/platform/commonUI/browse/res/templates/back-arrow.html @@ -20,7 +20,7 @@ at runtime from the About dialog for additional information. --> - diff --git a/platform/commonUI/browse/res/templates/browse/object-header.html b/platform/commonUI/browse/res/templates/browse/object-header.html index 6f10141434..85afc5bf17 100644 --- a/platform/commonUI/browse/res/templates/browse/object-header.html +++ b/platform/commonUI/browse/res/templates/browse/object-header.html @@ -19,7 +19,7 @@ this source code distribution or the Licensing information page available at runtime from the About dialog for additional information. --> - + {{parameters.mode}} {{model.name}} diff --git a/platform/commonUI/dialog/res/templates/overlay-message-list.html b/platform/commonUI/dialog/res/templates/overlay-message-list.html index 5a7a48192f..9a795c115e 100644 --- a/platform/commonUI/dialog/res/templates/overlay-message-list.html +++ b/platform/commonUI/dialog/res/templates/overlay-message-list.html @@ -2,7 +2,8 @@
{{ngModel.dialog.title}}
-
Displaying {{ngModel.dialog.messages.length}} messages +
Displaying {{ngModel.dialog.messages.length}} messages
diff --git a/platform/commonUI/dialog/res/templates/overlay.html b/platform/commonUI/dialog/res/templates/overlay.html index bc19a97b86..c85fb4e877 100644 --- a/platform/commonUI/dialog/res/templates/overlay.html +++ b/platform/commonUI/dialog/res/templates/overlay.html @@ -24,7 +24,7 @@
x + class="close icon-x">
\ No newline at end of file diff --git a/platform/commonUI/edit/res/templates/create/create-menu.html b/platform/commonUI/edit/res/templates/create/create-menu.html index 8b642eb8b2..8276493e28 100644 --- a/platform/commonUI/edit/res/templates/create/create-menu.html +++ b/platform/commonUI/edit/res/templates/create/create-menu.html @@ -32,7 +32,7 @@