Fix minore

This commit is contained in:
Pek5892 2024-05-31 14:44:28 +02:00
parent e8ebebf67d
commit c6395c0a38
1 changed files with 13 additions and 11 deletions

View File

@ -40,6 +40,7 @@ include_once __DIR__.'/../../core.php';
<h3 class="card-title"><?php echo tr('Flags'); ?></h3>
</div>
<div class="card-body">
<div class="row">
<div class="col-md-3">
{[ "type": "checkbox", "label": "<?php echo tr('Causale predefinita'); ?>", "name": "predefined", "value": "$predefined$", "help":"<?php echo tr('Impostare questa causale di trasporto come predefinita per i ddt'); ?>." ]}
</div>
@ -56,6 +57,7 @@ include_once __DIR__.'/../../core.php';
</div>
</div>
</div>
</div>
</form>