* adjust colspan in project task page.

This commit is contained in:
chenfeiCF
2016-11-25 14:18:29 +08:00
parent 2abca48f87
commit 6cbe1cfb44
+1 -1
View File
@@ -49,7 +49,7 @@ js::set('browseType', $browseType);
?>
<tfoot>
<tr>
<?php $columns = ($this->cookie->windowWidth > $this->config->wideSize ? 15 : 12) - ($project->type == 'sprint' ? 0 : 1);?>
<?php $columns = ($this->cookie->windowWidth > $this->config->wideSize ? 16 : 13) - ($project->type == 'sprint' ? 0 : 1);?>
<td colspan='<?php echo $columns;?>'>
<div class='table-actions clearfix'>
<?php