Index: lams_central/conf/language/lams/ApplicationResources.properties
===================================================================
RCS file: /usr/local/cvsroot/lams_central/conf/language/lams/ApplicationResources.properties,v
diff -u -r1.138.2.29 -r1.138.2.30
--- lams_central/conf/language/lams/ApplicationResources.properties 26 Oct 2016 15:29:14 -0000 1.138.2.29
+++ lams_central/conf/language/lams/ApplicationResources.properties 28 Oct 2016 02:49:07 -0000 1.138.2.30
@@ -699,5 +699,6 @@
label.password.must.ucase =at least 1 upper case letter
label.password.must.number=at least 1 number
label.password.must.symbol =at least 1 symbol
+label.email.send.me.a.copy=Send me a copy
#======= End labels: Exported 439 labels for en AU =====
Index: lams_central/conf/language/lams/ApplicationResources_en_AU.properties
===================================================================
RCS file: /usr/local/cvsroot/lams_central/conf/language/lams/ApplicationResources_en_AU.properties,v
diff -u -r1.111.2.14 -r1.111.2.15
--- lams_central/conf/language/lams/ApplicationResources_en_AU.properties 26 Oct 2016 15:29:14 -0000 1.111.2.14
+++ lams_central/conf/language/lams/ApplicationResources_en_AU.properties 28 Oct 2016 02:49:07 -0000 1.111.2.15
@@ -698,6 +698,6 @@
label.password.must.ucase =at least 1 upper case letter
label.password.must.number=at least 1 number
label.password.must.symbol =at least 1 symbol
+label.email.send.me.a.copy=Send me a copy
-
#======= End labels: Exported 439 labels for en AU =====
Index: lams_central/web/emailuser.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/emailuser.jsp,v
diff -u -r1.3.2.4 -r1.3.2.5
--- lams_central/web/emailuser.jsp 14 Oct 2016 07:44:29 -0000 1.3.2.4
+++ lams_central/web/emailuser.jsp 28 Oct 2016 02:49:07 -0000 1.3.2.5
@@ -57,12 +57,13 @@
function closeDialog() {
if (returnUrl == '') {
- // if this page is in dialog, close it
- if (parent.closeEmailDialog) {
- parent.closeEmailDialog();
+ if (window.parent.closeEmailDialog) {
+ window.parent.closeEmailDialog();
+ } else if (closeEmailDialog) {
+ closeEmailDialog();
} else {
// if this is a pop up, close it
- window.close();
+ close();
}
} else {
// if it is a main page, navigate away
@@ -113,31 +114,25 @@
-