stable version

This commit is contained in:
2025-08-26 11:16:08 +02:00
parent 39fb002d4c
commit 1814530c64
14 changed files with 370 additions and 218 deletions

View File

@ -34,7 +34,9 @@ HTMLHelper::_('bootstrap.tooltip');
<fieldset class="adminform">
<legend><?php echo Text::_('COM_CIRCOLARI_FIELDSET_ETICHETTA'); ?></legend>
<?php echo $this->form->renderField('nome'); ?>
<?php echo $this->form->renderField('lingua'); ?>
<?php echo $this->form->renderField('descrizione'); ?>
<?php echo $this->form->renderField('bottoni_firma'); ?>
</fieldset>
</div>
</div>