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.5 -r1.1.2.6 --- lams_central/web/includes/javascript/main.js 31 Oct 2016 07:35:10 -0000 1.1.2.5 +++ lams_central/web/includes/javascript/main.js 31 Oct 2016 13:50:02 -0000 1.1.2.6 @@ -459,7 +459,7 @@ function showPrivateNotificationsDialog(){ var notificationDialog = showDialog("dialogPrivateNotifications", { - 'height' : 650, + 'height' : 600, 'width' : 'auto', 'title' : LABELS.PRIVATE_NOTIFICATIONS_TITLE, 'close' : function(){ @@ -567,7 +567,7 @@ 'data' : { 'lessonID' : lessonID }, - 'height' : 750, + 'height' : 600, 'width' : 'auto', 'modal' : false, 'title' : LABELS.CONDITIONS_TITLE, @@ -587,7 +587,7 @@ 'data' : { 'orgID' : orgID }, - 'height' : 400, + 'height' : 600, 'width' : 'auto', 'modal' : false, 'title' : LABELS.SEARCH_LESSON_TITLE,