Author: keith Date: Thu Jul 17 08:21:03 2008 New Revision: 19419 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19419
Log: Renaming cancel button to Back 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=19419&r1=19418&r2=19419&view=diff ============================================================================== --- trunk/mashup/java/modules/www/service_security_manager.jsp (original) +++ trunk/mashup/java/modules/www/service_security_manager.jsp Thu Jul 17 08:21:03 2008 @@ -286,7 +286,7 @@ } %> <tr> - <td colspan="4"><input type="button" value="Submit" onclick="assignSecurityScenario(true);"/><input type="button" value="Cancel" onclick="document.location = '<%=bounceback%>';"></td> + <td colspan="4"><input type="button" value="Submit" onclick="assignSecurityScenario(true);"/><input type="button" value="Back" onclick="document.location = '<%=bounceback%>';"></td> </tr> </tbody> _______________________________________________ Mashup-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
