stable version
This commit is contained in:
@ -62,8 +62,8 @@ if (!empty($saveOrder)) {
|
||||
<?php echo HTMLHelper::_('searchtools.sort', 'Titolo', 'a.title', $listDirn, $listOrder); ?>
|
||||
</th>
|
||||
<th><?php echo Text::_("COM_CIRCOLARI_FIELD_TIPOLOGIA_FIRMA_LABEL"); ?></th>
|
||||
<th> <?php echo HTMLHelper::_('searchtools.sort', 'Firma Obbligatoria', 'a.firma_obbligatoria', $listDirn, $listOrder); ?>
|
||||
</th>
|
||||
<th> <?php echo HTMLHelper::_('searchtools.sort', 'Firma Obbligatoria', 'a.firma_obbligatoria', $listDirn, $listOrder); ?>
|
||||
</th>
|
||||
<th>Scadenza</th>
|
||||
|
||||
<?php if (isset($this->items[0]->ordering)): ?>
|
||||
@ -107,7 +107,7 @@ if (!empty($saveOrder)) {
|
||||
<?php echo htmlspecialchars($item->title, ENT_QUOTES, 'UTF-8'); ?>
|
||||
</a>
|
||||
</td>
|
||||
<td><?php echo htmlspecialchars($item->tipologia_firma_id, ENT_QUOTES, "UTF-8"); ?></td>
|
||||
<td><?php echo $item->tipologia_nome; ?></td>
|
||||
<td><?php echo $item->firma_obbligatoria ? 'Sì' : 'No'; ?></td>
|
||||
<td><?php echo $item->scadenza; ?></td>
|
||||
<?php if (isset($this->items[0]->ordering)) : ?>
|
||||
|
||||
Reference in New Issue
Block a user