Shrunk the comment column in half, since it's usually empty. All we really need is an easy way to spot that there is a comment, and the user can hover or widen the column as needed.

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@442 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-31 01:35:45 +00:00
parent 2882b1917c
commit 6b9279f5b0

View File

@@ -154,7 +154,7 @@ foreach ($jqGridColumns AS $header => &$col) {
unset($col['formatter']);
}
elseif ($col['formatter'] === 'comment') {
$default['width'] = 300;
$default['width'] = 150;
$default['sortable'] = false;
// No special formatting for comment