Index: lams_central/web/includes/javascript/main.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/Attic/main.js,v diff -u -r1.1.2.22 -r1.1.2.23 --- lams_central/web/includes/javascript/main.js 4 Jan 2017 15:07:18 -0000 1.1.2.22 +++ lams_central/web/includes/javascript/main.js 25 Jan 2017 08:52:01 -0000 1.1.2.23 @@ -453,7 +453,7 @@ showDialog(id, { 'orgID' : orgID, 'height': Math.max(380, Math.min(900, $(window).height() - 30)), - 'width' : Math.max(380, Math.min(800, $(window).width() - 60)), + 'width' : Math.max(380, Math.min(1024, $(window).width() - 60)), 'title' : LABELS.GRADEBOOK_COURSE_TITLE, 'open' : function() { // load contents after opening the dialog @@ -470,7 +470,7 @@ 'lessonID' : lessonID }, 'height': Math.max(380, Math.min(800, $(window).height() - 30)), - 'width' : Math.max(380, Math.min(800, $(window).width() - 60)), + 'width' : Math.max(380, Math.min(1024, $(window).width() - 60)), 'title' : LABELS.GRADEBOOK_LESSON_TITLE, 'open' : function() { var lessonID = $(this).data('lessonID');