Changeset 375 for trunk/client/modules


Ignore:
Timestamp:
Sep 6, 2022, 11:14:48 AM (21 months ago)
Author:
roby
Message:

client: Correzione ulteriore per la gestione delle stampe
admin: modifica degli avvisi di errore presenti nel file di aggiornamento del db

Location:
trunk/client/modules/Elezioni
Files:
4 edited

Legend:

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

    r371 r375  
    7777                        $html .= "</td></tr></table>";
    7878        }
    79                 $html .= "<p style=\"text-align:center;\">$datipdf</p>";
     79                if($pdf==1 or $csv==1) $html .= "<p style=\"text-align:center;\">$datipdf</p>";
    8080                $html .= "<table class=\"table-docs\">";
    8181                $y=1;$e=0;
  • trunk/client/modules/Elezioni/crea_paginaphp7.php

    r371 r375  
    8080                        $html .= "</td></tr></table>";
    8181        }
    82                 $html .= "<p style=\"text-align:center;\">$datipdf</p>";
     82                if($pdf==1 or $csv==1) $html .= "<p style=\"text-align:center;\">$datipdf</p>";
    8383                $html .= "<table class=\"table-docs\">";
    8484                $y=1;$e=0;
  • trunk/client/modules/Elezioni/gruppo.php

    r373 r375  
    510510                                        echo "<input type=\"hidden\" name=\"id_lista\" value=\"$id_lista\"></input>";
    511511                                        echo "<input type=\"hidden\" name=\"pdf\" value=\"1\"></input>";
    512                                         echo "<input type=\"hidden\" name=\"datipdf\" value=\"$datipdf\"></input>";
     512#                                       echo "<input type=\"hidden\" name=\"datipdf\" value=\"$datipdf\"></input>";
    513513        #                               echo "<input type=\"hidden\" name=\"name\" value=\"$elezioni\"></input>";                       
    514514                                        echo "<input type=\"hidden\" name=\"name\" value=\"Elezioni\"></input>";
  • trunk/client/modules/Elezioni/index.php

    r371 r375  
    1919if (isset($param['xls'])) $xls=intval($param['xls']); else $xls='0';
    2020if (isset($param['pdf'])) $pdf=intval($param['pdf']); else $pdf='0';
    21 if (isset($param['datipdf'])) $datipdf=addslashes($param['datipdf']); else $datipdf='';
     21#if (isset($param['datipdf'])) $datipdf=addslashes($param['datipdf']); else $datipdf='';
    2222if(isset($param['visgralista'])) $visgralista=1;
    2323if (isset($param['id_comune'])) $id_comune=intval($param['id_comune']); else $id_comune=$siteistat;
Note: See TracChangeset for help on using the changeset viewer.