mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#10875 add mw250px to comment column
This commit is contained in:
parent
564cc9652e
commit
4b4e2b0266
@ -2393,6 +2393,14 @@ try {
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$user_comment = array_search('user_comment', $fields);
|
||||||
|
if ($user_comment !== false) {
|
||||||
|
$fields[$user_comment] = [
|
||||||
|
'text' => 'user_comment',
|
||||||
|
'class' => 'mw250px',
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
// Always add options column.
|
// Always add options column.
|
||||||
$fields = array_merge(
|
$fields = array_merge(
|
||||||
$fields,
|
$fields,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user