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]);