Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
4d764d5a16
|
@ -90,7 +90,17 @@ if (!empty($documento)) {
|
||||||
<td>
|
<td>
|
||||||
{[ "type": "text", "name": "distinta", "value": "'.$record['distinta'].'" ]}
|
{[ "type": "text", "name": "distinta", "value": "'.$record['distinta'].'" ]}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>';
|
||||||
|
|
||||||
|
if( !empty($record['presentazioni_exported_at']) ){
|
||||||
|
$export_riba = '<i class="fa fa-check text-success"></i> '.tr('Esportata il _DATA_',[
|
||||||
|
'_DATA_' => Translator::timestampToLocale($record['presentazioni_exported_at']),
|
||||||
|
]).'';
|
||||||
|
}else{
|
||||||
|
$export_riba = '<i class="fa fa-clock-o text-warning"></i> '.tr('Non ancora esportata');
|
||||||
|
}
|
||||||
|
|
||||||
|
echo '
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue