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.11 -r1.37.2.12 --- lams_central/web/includes/javascript/groupDisplay.js 26 Feb 2016 06:50:57 -0000 1.37.2.11 +++ lams_central/web/includes/javascript/groupDisplay.js 2 Mar 2016 13:22:43 -0000 1.37.2.12 @@ -364,8 +364,8 @@ var id = "dialogSearchLesson" + orgID; showDialog(id, { 'orgID' : orgID, - 'height' : 400, - 'width' : 600, + 'height' : 500, + 'width' : 1000, 'title' : LABELS.SEARCH_LESSON_TITLE, 'open' : function() { var orgID = $(this).dialog('option', 'orgID');