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/site@442 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -154,7 +154,7 @@ foreach ($jqGridColumns AS $header => &$col) {
|
|||||||
unset($col['formatter']);
|
unset($col['formatter']);
|
||||||
}
|
}
|
||||||
elseif ($col['formatter'] === 'comment') {
|
elseif ($col['formatter'] === 'comment') {
|
||||||
$default['width'] = 300;
|
$default['width'] = 150;
|
||||||
$default['sortable'] = false;
|
$default['sortable'] = false;
|
||||||
|
|
||||||
// No special formatting for comment
|
// No special formatting for comment
|
||||||
|
|||||||
Reference in New Issue
Block a user