Index: lams_central/web/includes/javascript/authoring/authoringGeneral.js =================================================================== diff -u -rfbb560ed5f018b71f18b4eb1b7945432aa4229e2 -r9ef76e4212bf7378838f86705eddf881ea02f813 --- lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision fbb560ed5f018b71f18b4eb1b7945432aa4229e2) +++ lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision 9ef76e4212bf7378838f86705eddf881ea02f813) @@ -795,10 +795,10 @@ // in open dialog display only information $('#ldStoreDialogReadOnlySpan', layout.ldStoreDialog).css('color', layout.colors.activityReadOnly); } else if (canSetReadOnly) { - // the first highlighted folder is user's private folder - $('#ldStoreDialogReadOnlyCheckbox', layout.ldStoreDialog).show() - .prop('disabled', false).prop('checked', false); - $('#ldStoreDialogReadOnlySpan', layout.ldStoreDialog).show().css('color', 'initial'); + // the first highlighted folder is user's private folder + $('#ldStoreDialogReadOnlyCheckbox', layout.ldStoreDialog).show() + .prop('disabled', false).prop('checked', false); + $('#ldStoreDialogReadOnlySpan', layout.ldStoreDialog).show().css('color', 'initial'); } else { $('#ldStoreDialogReadOnlySpan', layout.ldStoreDialog).css('color', layout.colors.activityReadOnly); } @@ -995,7 +995,7 @@ } } - if (isOpenDialog && node.modifiedDate) { + if (node.modifiedDate) { if (isSelected) { $('#ldStoreDialogModifiedDateSpan').text(node.modifiedDate).show(); } else {