From d82d2f22673880254a40ebf746833e0428bad46f Mon Sep 17 00:00:00 2001 From: Jeremy Tan Date: Mon, 28 Oct 2013 22:15:13 +0800 Subject: [PATCH] Add in change password --- testing/MCTXWeb/public_html/control.html | 1 + testing/MCTXWeb/public_html/data.html | 1 + testing/MCTXWeb/public_html/graph.html | 1 + testing/MCTXWeb/public_html/help.html | 1 + testing/MCTXWeb/public_html/index.html | 1 + testing/MCTXWeb/public_html/pintest.html | 1 + testing/MCTXWeb/public_html/static/mctx.gui.js | 4 ++++ testing/MCTXWeb/public_html/static/style.css | 2 +- testing/MCTXWeb/public_html/values.html | 1 + 9 files changed, 12 insertions(+), 1 deletion(-) diff --git a/testing/MCTXWeb/public_html/control.html b/testing/MCTXWeb/public_html/control.html index 4eb3314..034a50c 100644 --- a/testing/MCTXWeb/public_html/control.html +++ b/testing/MCTXWeb/public_html/control.html @@ -107,6 +107,7 @@
+
diff --git a/testing/MCTXWeb/public_html/data.html b/testing/MCTXWeb/public_html/data.html index b17b48f..0309a35 100644 --- a/testing/MCTXWeb/public_html/data.html +++ b/testing/MCTXWeb/public_html/data.html @@ -48,6 +48,7 @@
+
diff --git a/testing/MCTXWeb/public_html/graph.html b/testing/MCTXWeb/public_html/graph.html index 09e792a..f03dd73 100644 --- a/testing/MCTXWeb/public_html/graph.html +++ b/testing/MCTXWeb/public_html/graph.html @@ -44,6 +44,7 @@
+
diff --git a/testing/MCTXWeb/public_html/help.html b/testing/MCTXWeb/public_html/help.html index 4daf5a8..dda48d1 100644 --- a/testing/MCTXWeb/public_html/help.html +++ b/testing/MCTXWeb/public_html/help.html @@ -37,6 +37,7 @@
+
diff --git a/testing/MCTXWeb/public_html/index.html b/testing/MCTXWeb/public_html/index.html index 94bd282..9513ce8 100644 --- a/testing/MCTXWeb/public_html/index.html +++ b/testing/MCTXWeb/public_html/index.html @@ -40,6 +40,7 @@
+
diff --git a/testing/MCTXWeb/public_html/pintest.html b/testing/MCTXWeb/public_html/pintest.html index 92abf93..506d7c5 100644 --- a/testing/MCTXWeb/public_html/pintest.html +++ b/testing/MCTXWeb/public_html/pintest.html @@ -75,6 +75,7 @@
+
diff --git a/testing/MCTXWeb/public_html/static/mctx.gui.js b/testing/MCTXWeb/public_html/static/mctx.gui.js index 2033483..13ca08e 100644 --- a/testing/MCTXWeb/public_html/static/mctx.gui.js +++ b/testing/MCTXWeb/public_html/static/mctx.gui.js @@ -138,6 +138,10 @@ function runBeforeLoad(isLoginPage) { $("#logout").click(function () { $("#logout").logout(); + }); + + $("#change-password").click(function () { + window.open("users/user_change_details.php"); }); //Enable the error log, if present diff --git a/testing/MCTXWeb/public_html/static/style.css b/testing/MCTXWeb/public_html/static/style.css index 9e0c551..d9f3cbc 100644 --- a/testing/MCTXWeb/public_html/static/style.css +++ b/testing/MCTXWeb/public_html/static/style.css @@ -365,7 +365,7 @@ form.controls { } .widget { - background-color: #ffffff; + background-color: #fff; /*#EBF4FA;*/ /*#ffffff; segmented */ margin: 0.25em 0.25em 1.5em; padding: 1em 1.25em; box-shadow: 0 0 3px #CCCCCC; diff --git a/testing/MCTXWeb/public_html/values.html b/testing/MCTXWeb/public_html/values.html index 995aa06..cf1e2d6 100644 --- a/testing/MCTXWeb/public_html/values.html +++ b/testing/MCTXWeb/public_html/values.html @@ -109,6 +109,7 @@
+
-- 2.20.1