We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2584a32 commit ef2aa02Copy full SHA for ef2aa02
1 file changed
modules/aggiornamenti/edit.php
@@ -800,7 +800,7 @@ function search(button) {
800
</div>';
801
802
// Avviso personalizzazioni nella card di caricamento
803
-if (!empty($custom) || $has_field_errors || $has_view_errors) {
+if ($has_any_errors) {
804
echo '
805
<div class="alert alert-warning mb-2" role="alert" style="border-radius: 4px; padding: 8px 12px; font-size: 12px;">
806
<i class="fa fa-exclamation-triangle mr-1"></i>
@@ -818,7 +818,7 @@ function search(button) {
818
</div>
819
';
820
821
-if (!empty($custom) || !empty($tables)) {
822
$disabled = 'disabled';
823
echo ' <div class="alert alert-warning mt-2 mb-2" style="border-radius: 4px; padding: 10px 12px;">
824
<div class="form-check mb-0">
0 commit comments