Ignore:
Timestamp:
Mar 5, 2024, 10:09:23 PM (2 months ago)
Author:
roby
Message:
  • ADMIN

-- aggiunto il controllo per la visualizzazione della proiezione del consiglio comunale
-- bloccato l'inserimento dati nelle consultazioni chiuse

  • CLIENT

-- in tema bsitalia: sistemato il fondo giallo nel blocco sezioni scrutinate
-- sistemato il pdf dell'elenco affluenze
-- sistemato il link per il passaggio da mobile a desktop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/affluenze.php

    r400 r407  
    3434        $nomefile="$descr_cons affluenze.pdf"; 
    3535        $stampa ="$datipdf $html $style";
    36         if($vismf)             
     36#       if($vismf)             
    3737                $html2pdf = new Html2Pdf('L','A4', 'it');
    38         else
    39                 $html2pdf = new Html2Pdf('P','A4', 'it');
     38#       else
     39#               $html2pdf = new Html2Pdf('P','A4', 'it');
    4040        $html2pdf->WriteHTML($stampa, isset($_GET['vuehtml']));
    4141        $html2pdf->Output($nomefile);
Note: See TracChangeset for help on using the changeset viewer.