mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed errors diagnostic
This commit is contained in:
parent
10642897f3
commit
998ad91b69
@ -286,7 +286,11 @@ class Diagnostics extends Wizard
|
|||||||
$return .= '</div>';
|
$return .= '</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
if ($this->pdf === true) {
|
||||||
|
return $return;
|
||||||
|
} else {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -1599,7 +1603,7 @@ class Diagnostics extends Wizard
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
.dataTables_wrapper {
|
.dataTables_wrapper {
|
||||||
min-height: 150px;
|
min-height: 150px;
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.datatables-td-title {
|
.datatables-td-title {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user