* fix a bug #687.
This commit is contained in:
@@ -69,19 +69,19 @@
|
||||
<td><?php echo $product->assignToNull;?></td>
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
<?php if($canBatchEdit):?>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan='11'>
|
||||
<?php if($canBatchEdit and !empty($productStats)):?>
|
||||
<div class='table-actions clearfix'>
|
||||
<?php echo "<div class='btn-group'>" . html::selectButton() . '</div>';?>
|
||||
<?php echo html::submitButton($lang->product->batchEdit, '', '');?>
|
||||
</div>
|
||||
<?php endif;?>
|
||||
<div class='text-right'><?php $pager->show();?></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
<?php endif;?>
|
||||
</table>
|
||||
</form>
|
||||
<?php endif;?>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<strong><small class='text-muted'><?php echo html::icon($lang->icons['batchEdit']);?></small> <?php echo $lang->project->common . $lang->colon . $lang->project->batchEdit;?></strong>
|
||||
</div>
|
||||
</div>
|
||||
<form class='form-condensed' method='post' action='<?php echo inLink('batchEdit');?>'>
|
||||
<form class='form-condensed' method='post' target='hiddenwin' action='<?php echo inLink('batchEdit');?>'>
|
||||
<table class='table table-form table-fixed'>
|
||||
<thead>
|
||||
<tr class='text-center'>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user