Index: lams_bb_integration/web/modules/notAllowed.jsp =================================================================== diff -u -ra861902df1adee65242a8c37adc1463b99aa7dcb -r3c527d0998e4797bdfaefc359e036fa01a560ad9 --- lams_bb_integration/web/modules/notAllowed.jsp (.../notAllowed.jsp) (revision a861902df1adee65242a8c37adc1463b99aa7dcb) +++ lams_bb_integration/web/modules/notAllowed.jsp (.../notAllowed.jsp) (revision 3c527d0998e4797bdfaefc359e036fa01a560ad9) @@ -1,10 +1,19 @@ -<%@ taglib uri="/bbUI" prefix="bbUI"%> +<%-- + Original Version: 2007 LAMS Foundation + Updated for Blackboard 9.1 SP6 (including new bbNG tag library) 2011 + Richard Stals (www.stals.com.au) + Edith Cowan University, Western Australia +--%> +<%-- + Error Page for access denied errors +--%> <%@ page import="java.io.PrintWriter"%> <%@ page isErrorPage = "true" %> - - - - -

Your current user privileges do not allow you to access this content.

- -

\ No newline at end of file +<%@ taglib uri="/bbNG" prefix="bbNG"%> + + +

Your current user privileges do not allow you to access this content.

+
+
\ No newline at end of file