Index: lams_central/web/includes/javascript/groupDisplay.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/groupDisplay.js,v diff -u -r1.37.2.22 -r1.37.2.23 --- lams_central/web/includes/javascript/groupDisplay.js 21 Oct 2016 15:14:58 -0000 1.37.2.22 +++ lams_central/web/includes/javascript/groupDisplay.js 22 Oct 2016 06:26:33 -0000 1.37.2.23 @@ -161,7 +161,6 @@ 'autoOpen' : false, 'height' : 600, 'width' : 1024, - 'draggable' : false, 'title' : LABELS.MONITORING_TITLE, 'open' : function() { // load contents after opening the dialog @@ -201,7 +200,6 @@ 'orgID' : orgID }, 'modal' : true, - 'draggable' : false, 'height' : 740, 'width' : 850, 'title' : LABELS.ADD_LESSON_TITLE, @@ -530,7 +528,7 @@ function showAuthoringDialog(learningDesignID){ showDialog('dialogAuthoring', { - 'height' : $(window).height() - 10, + 'height' : $(window).height() - 40, 'width' : 1280, 'title' : 'Authoring', 'beforeClose' : function(){