Author: channa Date: Sun Aug 3 23:32:03 2008 New Revision: 20336 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=20336
Log: Added link to take user to sign-in page in a separate window or tag, with instructions to retry once signed in. Modified: trunk/mashup/java/modules/www/js/services.js Modified: trunk/mashup/java/modules/www/js/services.js URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/www/js/services.js?rev=20336&r1=20335&r2=20336&view=diff ============================================================================== --- trunk/mashup/java/modules/www/js/services.js (original) +++ trunk/mashup/java/modules/www/js/services.js Sun Aug 3 23:32:03 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); _______________________________________________ Mashup-dev mailing list [email protected] http://mailman.wso2.org/cgi-bin/mailman/listinfo/mashup-dev
