From 9e48030871d92dc87acec705992304907fbbbbe2 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Fri, 30 Mar 2018 19:01:44 +0000 Subject: [PATCH] Merged in feature/SHIBUI-398 (pull request #40) Implemented tabbing for new buttons in attribute release form Approved-by: Ryan Mathis --- ui/package.json | 4 ++- .../attribute-release-form.component.html | 6 +++-- ui/src/locale/en.xlf | 25 ++++++++++++++++++- ui/src/locale/es.xlf | 24 ++++++++++++++++++ 4 files changed, 55 insertions(+), 4 deletions(-) diff --git a/ui/package.json b/ui/package.json index 05b506bb9..56f78f800 100644 --- a/ui/package.json +++ b/ui/package.json @@ -5,7 +5,9 @@ "scripts": { "ng": "ng", "start": "ng serve --proxy-config proxy.conf.json", - "startProd": "ng serve --proxy-config proxy.conf.json --i18nFile=./src/locale/en.xlf --i18nFormat=xlf --locale=en --aot --environment=prod", + "start:en": "ng serve --proxy-config proxy.conf.json --i18nFile=./src/locale/en.xlf --i18nFormat=xlf --locale=en --aot", + "start:es": "ng serve --proxy-config proxy.conf.json --i18nFile=./src/locale/es.xlf --i18nFormat=xlf --locale=es --aot", + "start:prod": "ng serve --proxy-config proxy.conf.json --i18nFile=./src/locale/en.xlf --i18nFormat=xlf --locale=en --aot --environment=prod", "build": "ng build", "test": "ng test --code-coverage", "lint": "ng lint", diff --git a/ui/src/app/metadata-provider/component/forms/attribute-release-form.component.html b/ui/src/app/metadata-provider/component/forms/attribute-release-form.component.html index 2bde67d72..c9b927118 100644 --- a/ui/src/app/metadata-provider/component/forms/attribute-release-form.component.html +++ b/ui/src/app/metadata-provider/component/forms/attribute-release-form.component.html @@ -29,18 +29,20 @@ - Check All Attributes + Check All Attributes - Clear All Attributes + Clear All Attributes diff --git a/ui/src/locale/en.xlf b/ui/src/locale/en.xlf index ae6e8359d..8cf73a924 100644 --- a/ui/src/locale/en.xlf +++ b/ui/src/locale/en.xlf @@ -2107,7 +2107,30 @@ 3 - + + Check All Attributes + Check All Attributes + + app/metadata-provider/component/forms/attribute-release-form.component.ts + 32 + + + app/metadata-provider/component/forms/attribute-release-form.component.ts + 36 + + + + Clear All Attributes + Clear All Attributes + + app/metadata-provider/component/forms/attribute-release-form.component.ts + 41 + + + app/metadata-provider/component/forms/attribute-release-form.component.ts + 45 + + diff --git a/ui/src/locale/es.xlf b/ui/src/locale/es.xlf index 0a5d1408c..1f6ee0eb7 100644 --- a/ui/src/locale/es.xlf +++ b/ui/src/locale/es.xlf @@ -2103,6 +2103,30 @@ 3 + + Check All Attributes + Check All Attributes (es) + + app/metadata-provider/component/forms/attribute-release-form.component.ts + 32 + + + app/metadata-provider/component/forms/attribute-release-form.component.ts + 36 + + + + Clear All Attributes + Clear All Attributes (es) + + app/metadata-provider/component/forms/attribute-release-form.component.ts + 41 + + + app/metadata-provider/component/forms/attribute-release-form.component.ts + 45 + + \ No newline at end of file