Index: lams_bb_integration/web/modules/notAllowed.jsp =================================================================== diff -u -rd77a5e0e31a43d80a8f8418e6525de0500624fed -re90547eeb5330fd68c424212233b1689f25c71ce --- lams_bb_integration/web/modules/notAllowed.jsp (.../notAllowed.jsp) (revision d77a5e0e31a43d80a8f8418e6525de0500624fed) +++ lams_bb_integration/web/modules/notAllowed.jsp (.../notAllowed.jsp) (revision e90547eeb5330fd68c424212233b1689f25c71ce) @@ -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