mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
avoid icon overlap report view lsit
This commit is contained in:
parent
53f6649a57
commit
8c0bfd72a8
@ -787,6 +787,9 @@ switch ($action) {
|
|||||||
$table->headstyle['csv'] = 'min-width: 65px;';
|
$table->headstyle['csv'] = 'min-width: 65px;';
|
||||||
$table->style[7] = 'text-align: center;';
|
$table->style[7] = 'text-align: center;';
|
||||||
|
|
||||||
|
$table->headstyle[9] = 'min-width: 100px;';
|
||||||
|
$table->style[9] = 'text-align: center;';
|
||||||
|
|
||||||
$next = 4;
|
$next = 4;
|
||||||
// Calculate dinamically the number of the column.
|
// Calculate dinamically the number of the column.
|
||||||
if (enterprise_hook('load_custom_reporting_1') !== ENTERPRISE_NOT_HOOK) {
|
if (enterprise_hook('load_custom_reporting_1') !== ENTERPRISE_NOT_HOOK) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user