Index: lams_monitoring/web/emailnotifications/courseNotifications.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/emailnotifications/courseNotifications.jsp,v diff -u -r1.1.2.3 -r1.1.2.4 --- lams_monitoring/web/emailnotifications/courseNotifications.jsp 4 Sep 2011 10:04:41 -0000 1.1.2.3 +++ lams_monitoring/web/emailnotifications/courseNotifications.jsp 6 Sep 2011 12:25:48 -0000 1.1.2.4 @@ -22,6 +22,7 @@ #emailButton {text-align: right; float: right;} #additionalParameters {min-height: 50px;} #lessonsDiv {display: none;} + #pager3_right table{float:right !important; } @@ -47,10 +48,12 @@ sortorder: "asc", loadonce: true, height:'auto', - pagerpos:'left' + pagerpos:'left', + ignoreCase: true }); - jQuery("#list3").jqGrid('navGrid','#pager3',{add:false,del:false,edit:false,refresh:false,position:'left'}); + jQuery("#list3").jqGrid('navGrid','#pager3',{add:false,del:false,edit:false,position:'right'}); $("#list3").parents('div.ui-jqgrid-bdiv').css("max-height","1000px"); + jQuery("#list3").jqGrid('filterToolbar',{stringResult: true, searchOnEnter: true, defaultSearch: 'cn'}); jQuery("#lessonsTable").jqGrid({ datatype: "local", @@ -62,8 +65,10 @@ sortname: 'id2', multiselect: true, sortorder: "asc", - height:'auto' + height:'auto', + ignoreCase: true }); + jQuery("#lessonsTable").jqGrid('filterToolbar',{stringResult: true, searchOnEnter: true, defaultSearch: 'cn'}); jQuery("#lessonsTable").jqGrid('addRowData',${lesson.lessonId}, {id2:'${lesson.lessonId}',name:'${lesson.lessonName}'}); Index: lams_monitoring/web/emailnotifications/lessonNotifications.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/emailnotifications/lessonNotifications.jsp,v diff -u -r1.1.2.2 -r1.1.2.3 --- lams_monitoring/web/emailnotifications/lessonNotifications.jsp 3 Sep 2011 23:01:16 -0000 1.1.2.2 +++ lams_monitoring/web/emailnotifications/lessonNotifications.jsp 6 Sep 2011 12:25:49 -0000 1.1.2.3 @@ -23,6 +23,7 @@ #emailButton {text-align: right; float: right;} #additionalParameters {min-height: 50px;} #activityDiv, #daysToDeadlineDiv {display: none;} + #pager3_right table{float:right !important; } @@ -49,9 +50,11 @@ sortorder: "asc", loadonce: true, height:'auto', - pagerpos:'left' + pagerpos:'left', + ignoreCase: true }); - jQuery("#list3").jqGrid('navGrid','#pager3',{add:false,del:false,edit:false,refresh:false,position:'left'}); + 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"); //$("#list3").setGridParam({page:1}).trigger('reloadGrid'); //$("#pager_left table.ui-pg-table").insertAfter($("#pager #pager_right")[0]);