Author: jonathan Date: Sun Jul 13 20:07:24 2008 New Revision: 19206 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19206
Log: More descriptive names for "Assign users and roles." WDYT? Modified: trunk/mashup/java/modules/www/service_security_manager.jsp Modified: trunk/mashup/java/modules/www/service_security_manager.jsp URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/www/service_security_manager.jsp?rev=19206&r1=19205&r2=19206&view=diff ============================================================================== --- trunk/mashup/java/modules/www/service_security_manager.jsp (original) +++ trunk/mashup/java/modules/www/service_security_manager.jsp Sun Jul 13 20:07:24 2008 @@ -93,7 +93,7 @@ } htmlStr = '<table width="100%" border="0" cellspacing="0" cellpadding="0">' + - '<th>Assign Roles</th>'; + '<th>Roles allowed access</th>'; var checked; for(var i=0;i<roles.length;i++) @@ -112,7 +112,7 @@ htmlStr = htmlStr + '</table>'; htmlStr = htmlStr + '<br><table width="100%" border="0" cellspacing="0" cellpadding="0">' + - '<th>Assign Users</th>'; + '<th>Users allowed access</th>'; for(i=0;i<users.length;i++) { @@ -127,7 +127,7 @@ htmlStr = htmlStr + '<tr height="25" colspan="2"/><tr height="25" colspan="2"><td><input type="button" id="ok" value="OK" onclick="assignSecurityScenario(false);"/></td></tr></table>'; // Instantiate the Dialog - WSO2.MashupUtils.dialog("Assign Users and Roles", htmlStr, 500, 100, null); + WSO2.MashupUtils.dialog("Select Authenticated Users", htmlStr, 500, 100, null); } function getSecurityAssignment(){ _______________________________________________ Mashup-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
