Author: channa Date: Fri Jul 18 23:44:18 2008 New Revision: 19612 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19612
Log: Disabled Infocard based sharing; to be reviewed and improved. MASHUP-989. Modified: trunk/mashup/java/modules/www/js/mashup-utils.js Modified: trunk/mashup/java/modules/www/js/mashup-utils.js URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/www/js/mashup-utils.js?rev=19612&r1=19611&r2=19612&view=diff ============================================================================== --- trunk/mashup/java/modules/www/js/mashup-utils.js (original) +++ trunk/mashup/java/modules/www/js/mashup-utils.js Fri Jul 18 23:44:18 2008 @@ -172,6 +172,7 @@ '\', \'noBasicAuth\',\'' + null + '\',\'' + null + '\',\'' + null + '\',\'' + null + '\',\'' + null + '\');"/></td></tr>'; + /* Disabled for review. if (InformationCard.AreCardsSupported()) { strFrmService += '<tr><td height="25"><hr>If you have an associated InfoCard to login to the destination server, use the option below</td><td><img src="images/infocard_92x64.png" border="0"</td></tr>' + @@ -180,6 +181,7 @@ '\',\'' + null + '\',\'' + null + '\',\'' + null + '\',\'' + null + '\');" value="Share with infocard"/></td></tr>'; } + */ strFrmService += '</table>' + '<label id="lblStatus" style="width: auto;"></label>'; _______________________________________________ Mashup-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
