* code for task #2417.

This commit is contained in:
wangyidong
2015-11-25 13:15:54 +08:00
parent 9012728c5a
commit 849ec91753
2 changed files with 2 additions and 1 deletions

View File

@@ -4,4 +4,5 @@ $(document).ready(function()
$('#' + browseType + 'Tab').addClass('active');
$('#module' + moduleID).addClass('active');
if(browseType == 'bysearch') ajaxGetSearchForm();
setTimeout(function(){fixedTfootAction('#casesForm')}, 100);
});

View File

@@ -30,7 +30,7 @@ var moduleID = '<?php echo $moduleID;?>';
</div>
</div>
<div class='main'>
<form method='post' name='casesform'>
<form method='post' name='casesform' id='casesForm'>
<?php $vars = "taskID=$task->id&browseType=$browseType&param=$param&orderBy=%s&recToal={$pager->recTotal}&recPerPage={$pager->recPerPage}"; ?>
<table class='table table-condensed table-hover table-striped tablesorter table-fixed' id='caseList'>
<thead>