mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Merge branch 'ent-7345-Bugs-en-el-apartado-de-Diagnosticos' into 'develop'
Fixed errors diagnostic See merge request artica/pandorafms!4047
This commit is contained in:
commit
858adb2628
@ -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