* adjust for table width.

This commit is contained in:
wangyidong
2018-03-28 17:27:13 +08:00
parent 9f43595d79
commit 65036c3cf7
3 changed files with 8 additions and 9 deletions
+1 -2
View File
@@ -142,9 +142,8 @@ class datatableModel extends model
}
else
{
if($id == 'id') echo "<div class='checkbox-primary check-all' title='{$this->lang->selectAll}'><label></label>";
if($id == 'id') echo "<div class='checkbox-primary check-all' title='{$this->lang->selectAll}'><label></label></div>";
common::printOrderLink($id, $orderBy, $vars, $col->title);
if($id == 'id') echo "</div>";
}
echo '</th>';
}