Featured in evidenza swiper slider

This commit is contained in:
2024-12-31 17:49:50 +01:00
parent f344d0bddc
commit 4cce38fa8f
46 changed files with 1438 additions and 4 deletions

View File

@ -80,6 +80,11 @@ if (!$canEdit && Factory::getApplication()->getIdentity()->authorise('core.edit.
</td>
</tr>
<tr>
<th><?php echo Text::_('COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_CLASSE'); ?></th>
<td><?php echo $this->item->classe; ?></td>
</tr>
<tr>
<th><?php echo Text::_('COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_IMMAGINE_MAIN'); ?></th>
<td><?php echo $this->item->immagine_main; ?></td>

View File

@ -77,6 +77,8 @@ $canEdit = HighlightsHelper::canUserEdit($this->item, $user);
<?php echo $this->form->renderField('data'); ?>
<?php echo $this->form->renderField('classe'); ?>
<?php echo HTMLHelper::_('uitab.endTab'); ?>
<?php echo HTMLHelper::_('uitab.addTab', 'myTab', 'Immagini', Text::_('COM_HIGHLIGHTS_TAB_IMMAGINI', true)); ?>
<?php echo $this->form->renderField('immagine_main'); ?>