Update ajax_tecnici.php

This commit is contained in:
Luca 2024-01-22 15:04:41 +01:00
parent 775903561c
commit 1f8cd4edd0
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ if (!empty($sessioni)) {
// ORE
echo '
<td style="border-right:1px solid #aaa;">'.($ore <= 0 ? '<i class="fa fa-warning tip fa-2x text-danger" style="text-center;"></i>' : '').'
<td style="border-right:1px solid #aaa;">'.($ore <= 0 ? '<i title="'.tr('Questa sessione non ha una durata valida.').'" class="fa fa-warning tip text-warning"></i>' : '').'
</td>
<td style="border-right:1px solid #aaa;">
{[ "type": "number", "name": "ore_'.$sessione['id'].'", "required": 1, "value": "'.numberFormat($ore, 'qta').'", "disabled": "1" ]}