From 5b781939b48225e69e2a7f7bfa7c0abdc2cb4d67 Mon Sep 17 00:00:00 2001 From: Amichai Hemli Date: Thu, 13 Feb 2020 12:35:28 +0200 Subject: create error button should be displayed according to the feature flag Issue-ID: VID-736 Signed-off-by: Amichai Hemli Change-Id: If9b2cea46dedfa00fd8a938c7a915af602df18e8 --- .../app/vid/scripts/view-models/creationDialog.htm | 94 ++++++++++----------- .../app/vid/scripts/view-models/msoCommit.htm | 98 +++++++++++----------- 2 files changed, 96 insertions(+), 96 deletions(-) (limited to 'vid-app-common/src/main/webapp/app/vid/scripts') diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/view-models/creationDialog.htm b/vid-app-common/src/main/webapp/app/vid/scripts/view-models/creationDialog.htm index 42fe083ab..9b0d99f1b 100755 --- a/vid-app-common/src/main/webapp/app/vid/scripts/view-models/creationDialog.htm +++ b/vid-app-common/src/main/webapp/app/vid/scripts/view-models/creationDialog.htm @@ -1,47 +1,47 @@ -
-
- -
-
- -

Create {{componentName}} -- {{createType}}

-
- -
- - - {{error}}
-
- -
- -

- User Provided Data ( indicates required field) -

- -
-

- Enter Data and Confirm to
Create {{componentName}} -

-

- Cancel to Return to Previous Page.
Data entered - will be lost -

-
- -
-
- - -
-
-
- -
- -
+
+
+ +
+
+ +

Create {{componentName}} -- {{createType}}

+
+ +
+ + + {{error}}
+
+ +
+ +

+ User Provided Data ( indicates required field) +

+ +
+

+ Enter Data and Confirm to
Create {{componentName}} +

+

+ Cancel to Return to Previous Page.
Data entered + will be lost +

+
+ +
+
+ + +
+
+
+ +
+ +
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/view-models/msoCommit.htm b/vid-app-common/src/main/webapp/app/vid/scripts/view-models/msoCommit.htm index 7cd0ab3b2..11ef3338e 100755 --- a/vid-app-common/src/main/webapp/app/vid/scripts/view-models/msoCommit.htm +++ b/vid-app-common/src/main/webapp/app/vid/scripts/view-models/msoCommit.htm @@ -1,50 +1,50 @@ - - -
-
-
- {{status}} -
- - - -
{{log}}
- -
- -
-
+ + +
+
+
+ {{status}} +
+ + + +
{{log}}
+ +
+ +
+
\ No newline at end of file -- cgit 1.2.3-korg