Restore showing of template message

This commit is contained in:
Derick Rethans
2025-09-01 10:52:09 +01:00
parent 17a77a7f94
commit 20852046d1

View File

@ -60,6 +60,14 @@
echo $template['inputTR']
?>
<?php if (!empty($template['msg'])) { ?>
<div class="title_row" style="grid-template-columns: 2fr repeat(<?php echo $c; ?>, 1fr)">
<div class="title_caption" style="grid-column: 1 / <?php echo ($c+2) ?>">
<?php echo $template['msg'] ?>
</div>
</div>
<?php } ?>
</div>
</form>