* fix a bug #687.

This commit is contained in:
wangyidong
2015-04-14 11:17:58 +08:00
parent ab3c3a6fbf
commit 91d2f6be1f
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -66,19 +66,19 @@
<td class='projectline text-left' values='<?php echo join(',', $project->burns);?>'></td>
</tr>
<?php endforeach;?>
<?php if($canBatchEdit):?>
<tfoot>
<tr>
<td colspan='11'>
<?php if($canBatchEdit and !empty($projectStats)):?>
<div class='table-actions clearfix'>
<?php echo "<div class='btn-group'>" . html::selectButton() . '</div>';?>
<?php echo html::submitButton($lang->project->batchEdit);?>
</div>
<?php endif;?>
<div class='text-right'><?php $pager->show();?></div>
</td>
</tr>
</tfoot>
<?php endif;?>
</table>
</form>
<script>$("#<?php echo $status;?>Tab").addClass('active');</script>