Ignore:
Timestamp:
Sep 26, 2021, 7:11:05 PM (3 years ago)
Author:
roby
Message:

Client : correzioni varie

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

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/blocchi/cookie_law.php

    r344 r354  
    8888}
    8989
    90 echo"<div style=\"align-text:center;\">
     90echo"<div style=\"text-align:center;\">
    9191        <form method=\"post\" name=\"ko\" action=\"\">         
    9292        <input type=\"hidden\" name=\"c_law\" value=\"ko\">
  • trunk/client/modules/Elezioni/blocchi/off_Votanti.php

    r352 r354  
    8484
    8585                   
    86                 echo "<table style=\"width=100%;border-collapse: collapse;background-gcolor:gray\" class=\"modulo\">";
     86                echo "<table style=\"width=100%;border-collapse: collapse;background-color:gray\" class=\"modulo\">";
    8787                if ($genere==0) {echo "<br/>Referendum n. <b>[$num_gruppo]</b><br/>";}
    8888                echo "
  • trunk/client/modules/Elezioni/blocchi/pie_affluenze.php

    r279 r354  
    1616
    1717global $circo,$prefix,$dbi,$id_cons,$genere,$id_circ,$id_comune,$id_cons_gen;
    18 
     18$query='';
    1919if (isset($circo) and $circo) $circos="and t2.id_circ='$id_circ'";
    2020else $circos='';
  • trunk/client/modules/Elezioni/blocchi/privacy.php

    r344 r354  
    8585}
    8686
    87 echo"<div style=\"align-text:center;\">
     87echo"<div style=\"text-align:center;\">
    8888        <form method=\"post\" name=\"ko\" action=\"\">         
    8989        <input type=\"hidden\" name=\"c_law\" value=\"ko\">
Note: See TracChangeset for help on using the changeset viewer.