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 594c2b5 commit 0fe84e2Copy full SHA for 0fe84e2
1 file changed
plugins/consuntivo/edit.php
@@ -401,11 +401,13 @@ function getQueryInterventiDisponibili($idanagrafica)
401
</div>
402
403
</div>';
404
-}
405
-echo '
+} else {
+ echo'
406
<div class="alert alert-info">
407
<p>'.tr('Per monitorare il consumo ore, inserisci almeno una riga con unità di misura "ore"').'.</p>
408
-</div>
+</div>';
409
+}
410
+echo '
411
<div class="row">
412
<div class="col-md-6">
413
<table class="table text-left table-striped table-bordered">
0 commit comments