Index: lams_central/web/authoring/authoring.jsp =================================================================== diff -u -rf75e35d4e90a3c49f51ba59eebcc1f63d8ee0bcc -r7b0401fe54636737b72030c60fd9292956e79487 --- lams_central/web/authoring/authoring.jsp (.../authoring.jsp) (revision f75e35d4e90a3c49f51ba59eebcc1f63d8ee0bcc) +++ lams_central/web/authoring/authoring.jsp (.../authoring.jsp) (revision 7b0401fe54636737b72030c60fd9292956e79487) @@ -124,6 +124,8 @@ SEQUENCE_EXISTS_ERROR : decoderDiv.html('').text(), SEQUENCE_SAVE_ERROR : decoderDiv.html('').text(), + + READONLY_FORBIDDEN_ERROR : decoderDiv.html('').text(), SVG_SAVE_ERROR : decoderDiv.html('').text(), @@ -278,7 +280,8 @@ CONDITIONS_MAPPING_BROKEN_ERROR : decoderDiv.html('').text() }, - + + canSetReadOnly = ${canSetReadOnly}, isReadOnlyMode = false, activitiesOnlySelectable = false, initContentFolderID = '${contentFolderID}', @@ -555,6 +558,11 @@ + +