diff --git a/config/filter.php b/config/filter.php index 46fde65570..62947feb97 100644 --- a/config/filter.php +++ b/config/filter.php @@ -175,7 +175,6 @@ $filter->program->ajaxgetpgmdropmenu->cookie['showClosed'] = 'code'; $filter->project->default->cookie['lastProject'] = 'int'; $filter->project->default->cookie['lastPRJ'] = 'int'; $filter->project->default->cookie['projectMode'] = 'code'; -$filter->project->default->cookie['recentExecutions'] = 'code'; $filter->project->story->cookie['storyModuleParam'] = 'int'; $filter->project->story->cookie['storyPreProjectID'] = 'int'; $filter->project->story->cookie['storyProductParam'] = 'int'; @@ -186,7 +185,6 @@ $filter->project->task->cookie['preProjectID'] = 'int'; $filter->project->task->cookie['productBrowseParam'] = 'int'; $filter->project->task->cookie['projectTaskOrder'] = 'reg::orderBy'; $filter->project->task->cookie['windowWidth'] = 'int'; -$filter->project->task->cookie['recentExecutions'] = 'code'; $filter->project->export->cookie['checkedItem'] = 'reg::checked'; $filter->qa->default->cookie['lastProduct'] = 'int'; diff --git a/module/common/view/datatable.html.php b/module/common/view/datatable.html.php index 65b513da25..9de1d6f468 100644 --- a/module/common/view/datatable.html.php +++ b/module/common/view/datatable.html.php @@ -22,7 +22,7 @@ .datatable .flexarea tbody>tr.checked>td:first-child:before, .datatable .fixed-right tbody>tr.checked>td:first-child:before {display: none} .datatable>.scroll-wrapper {z-index: 10;} -.has-fixed-footer .scroll-wrapper {bottom: 89px; position: fixed;} +.has-fixed-footer .scroll-wrapper {bottom: 49px; position: fixed;} .has-fixed-footer .scroll-wrapper .scroll-slide.scroll-pos-out{height:8px;bottom: -8px;} .has-fixed-footer .scroll-wrapper .scroll-slide.scroll-pos-out .bar{height:8px;} .datatable .flexarea thead>tr>th:first-child,