From b7ab3ce272d3a71deb7753410f51871efc955d89 Mon Sep 17 00:00:00 2001 From: Seshu-Kumar-M Date: Sat, 11 Feb 2017 02:46:31 +0530 Subject: Client framework issue fix Error message of the Client widget. Issue-Id : CLIENT-158 Change-Id: Ibc02047ad93bd918968b8ff4193183b789276142 Signed-off-by: Seshu-Kumar-M --- .../main/webapp/framework/templateContainer.html | 79 +++++++++++++++++++++ .../main/webapp/framework/templateFunctional.html | 82 ++++++++++++++++++++++ 2 files changed, 161 insertions(+) create mode 100644 common/src/main/webapp/framework/templateContainer.html create mode 100644 common/src/main/webapp/framework/templateFunctional.html (limited to 'common') diff --git a/common/src/main/webapp/framework/templateContainer.html b/common/src/main/webapp/framework/templateContainer.html new file mode 100644 index 00000000..ef6f01c6 --- /dev/null +++ b/common/src/main/webapp/framework/templateContainer.html @@ -0,0 +1,79 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/common/src/main/webapp/framework/templateFunctional.html b/common/src/main/webapp/framework/templateFunctional.html new file mode 100644 index 00000000..ff2f53f0 --- /dev/null +++ b/common/src/main/webapp/framework/templateFunctional.html @@ -0,0 +1,82 @@ + + + + + + \ No newline at end of file -- cgit 1.2.3-korg