Index: lams_monitoring/web/emailnotifications/lessonNotifications.jsp =================================================================== diff -u -rb5d6e74e1395edf6a012e02b4f836dba7a0b6a1f -r06c6921e9173ff630c99268f69463adf1a5e4834 --- lams_monitoring/web/emailnotifications/lessonNotifications.jsp (.../lessonNotifications.jsp) (revision b5d6e74e1395edf6a012e02b4f836dba7a0b6a1f) +++ lams_monitoring/web/emailnotifications/lessonNotifications.jsp (.../lessonNotifications.jsp) (revision 06c6921e9173ff630c99268f69463adf1a5e4834) @@ -65,14 +65,14 @@ multiselect: true, sortorder: "asc", loadonce: true, - height:'auto', + height:'100%', pagerpos:'left', ignoreCase: true }); jQuery("#list3").jqGrid('navGrid','#pager3',{add:false,del:false,edit:false,position:'right'}); jQuery("#list3").jqGrid('filterToolbar',{stringResult: true, searchOnEnter: true, defaultSearch: 'cn'}); $("#list3").parents('div.ui-jqgrid-bdiv').css("max-height","1000px"); - + //initialize jStepper for additional parameters $("#daysToDeadline").jStepper({minValue:0, maxValue:999, defaultValue:3, allowDecimals:false}); @@ -84,9 +84,10 @@ //initialize accordion $( "#accordion" ).accordion({ - autoHeight: false, create: function(event, ui) { - + // accordion probably sets its height based on empty grid + // once it is loaded, it needs to be adjusted + $('div.ui-accordion-content').css('height', '100%'); }, change: function(event, ui) { if ($('#accordion').accordion('option', 'active') == 0) {