Formattazione stile codice
This commit is contained in:
parent
37cb653565
commit
3337c78b4e
|
@ -173,10 +173,10 @@ if (empty($record) || !$has_access) {
|
|||
</a>';
|
||||
|
||||
if (isMobile()) {
|
||||
echo'<div>';
|
||||
echo '<div>';
|
||||
} else {
|
||||
echo'<div class="float-right d-none d-sm-inline">';
|
||||
};
|
||||
echo '<div class="float-right d-none d-sm-inline">';
|
||||
}
|
||||
|
||||
// Pulsanti personalizzati
|
||||
$buttons = $structure->filepath('buttons.php');
|
||||
|
|
|
@ -22,8 +22,8 @@ include_once __DIR__.'/../../core.php';
|
|||
echo '
|
||||
<tr>
|
||||
<th colspan="4" class="text-right">TOTALE GENERALE</th>
|
||||
<th class="text-right">'.moneyFormat(abs($totale_dare?:0), 2).'</th>
|
||||
<th class="text-right">'.moneyFormat(abs($totale_avere?:0), 2).'</th>
|
||||
<th class="text-right">'.moneyFormat(abs($totale_dare ?: 0), 2).'</th>
|
||||
<th class="text-right">'.moneyFormat(abs($totale_avere ?: 0), 2).'</th>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>';
|
||||
|
|
Loading…
Reference in New Issue