[Mashup-dev] svn commit r20339 - branches/mashup/java/1.5/java/modules/www/js

channa at wso2.com channa at wso2.com
Sun Aug 3 23:34:20 PDT 2008


Author: channa
Date: Sun Aug  3 23:34:20 2008
New Revision: 20339
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=20339

Log:
Added link to take user to sign-in page in a separate window or tag, with instructions to retry once signed in.


Modified:
   branches/mashup/java/1.5/java/modules/www/js/services.js

Modified: branches/mashup/java/1.5/java/modules/www/js/services.js
URL: http://wso2.org/svn/browse/wso2/branches/mashup/java/1.5/java/modules/www/js/services.js?rev=20339&r1=20338&r2=20339&view=diff
==============================================================================
--- branches/mashup/java/1.5/java/modules/www/js/services.js	(original)
+++ branches/mashup/java/1.5/java/modules/www/js/services.js	Sun Aug  3 23:34:20 2008
@@ -691,7 +691,7 @@
         if (rememberMe == 'true') {
             dialogText = "Attempting to restore session.<br/>Please close this dialog and <strong>Retry</strong> the operation.<IFRAME src='validate_login.jsp' height='1' width='1'></IFRAME>";  
         } else {
-            dialogText = "Please sign in using a separate window or tab and then retry the operation.";
+            dialogText = "Please <a href='signin.jsp' target='_blank'>Sign In</a>, close this dialog and retry the operation.";
         }
         WSO2.MashupUtils.dialog("Session Expired", dialogText + "<div style='text-align:right;'>" +
              "<input type='button' value='Close' onclick='WSO2.MashupUtils.dialog.close();'/></div>", 300, 50, null);



More information about the Mashup-dev mailing list