mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-25 23:33:02 +01:00
Update ajax_tecnici.php
This commit is contained in:
parent
775903561c
commit
1f8cd4edd0
@ -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" ]}
|
||||
|
Loading…
Reference in New Issue
Block a user