Changeset 53


Ignore:
Timestamp:
Mar 25, 2010, 5:13:20 PM (14 years ago)
Author:
roby
Message:

continua menu contestuale - correzione per visualizzazione grafici affluenze per referendum

Location:
trunk
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/modules/Elezioni/ele_affluenze.php

    r45 r53  
    5353                if (isset($help)) include("language/$language/ele_affluenze.html");
    5454
    55                 echo "<br><br> <table border=\"0\" width=\"60%\"  align=\"center\">"
     55                echo "<hr><br><br> <table border=\"0\" width=\"60%\"  align=\"center\">"
    5656                ."<tr><td bgcolor=\"$bgcolor1\" align=\"center\"><b>"._ORA."</b></td>"
    5757                ."<td bgcolor=\"$bgcolor1\" align=\"center\"><b>"._DATA."</b></td>";
  • trunk/admin/modules/Elezioni/ele_configurazione.php

    r48 r53  
    7575        echo "<input type=\"hidden\" name=\"do\" value=\"update\">";
    7676        echo "<input type=\"hidden\" name=\"op\" value=\"configurazione\">";
    77         echo "<br><table border=\"0\" width=\"100%\">";
     77        echo "<br><table style=\"color: #000000;\">";
    7878        echo "<tr bgcolor=\"$bgcolor2\"><td colspan=\"4\" align=\"center\"><b>"._CONFIGDEFAULT."</b></td></tr><tr><td>&nbsp</td></tr>";
    7979        echo "<tr><td>";
  • trunk/admin/modules/Elezioni/ele_cons_comuni.php

    r45 r53  
    5555        echo "<table border=\"0\" width=\"100%\" align=\"left\"><tr><td>";
    5656        echo "<form name=\"imppred\" action=\"admin.php\">";
    57         echo "<table border=\"0\"><tr><td bgcolor=\"$bgcolor1\">"
     57        echo "<table style=\"color: #000000;\"><tr><td bgcolor=\"$bgcolor1\">"
    5858        ."&nbsp;<b>"._CONSPRED."</b>&nbsp;</td><td><select name=\"predefinita\">";
    5959        echo "<option value=\"\">";
  • trunk/admin/modules/Elezioni/ele_operatori.php

    r2 r53  
    4747                echo "</td></tr></table>";
    4848        }       
    49         OpenTable();
     49#       OpenTable();
     50        echo "<table>";
    5051        $esiste=0;
    5152        echo "<tr><td>";
    5253        echo "<form name=\"autorizza\" action=\"admin.php\">";
    53         echo "<table><tr align=\"center\" bgcolor=\"$bgcolor1\">";
     54        echo "<table style=\"color: #000000;\"><tr align=\"center\" bgcolor=\"$bgcolor1\">";
    5455        echo "<td><b>"._UTENTE."</b></td>";
    5556        $resins = mysql_query("select aid from ".$prefix."_authors where id_comune='$id_comune' order by aid",$dbi);
     
    6768        $resmod = mysql_query("SELECT * FROM ".$prefix."_authors where id_cons='$id_cons' and id_comune='$id_comune'", $dbi);
    6869        echo "<form name=\"modello\" action=\"admin.php\">";
    69         echo "<table>";
     70        echo "<table style=\"color: #000000;\">";
    7071        if ($perms==256) echo "<tr><td colspan=\"6\">"._NOTAOP." <b>$descr_com</b><hr></td></tr>";
    7172        echo "<tr align=\"center\" bgcolor=\"$bgcolor1\">";
  • trunk/admin/modules/Elezioni/ele_widget.php

    r38 r53  
    118118            echo "<input type=\"hidden\" name=\"do\" value=\"update\">";
    119119            echo "<input type=\"hidden\" name=\"op\" value=\"widget\">";
    120             echo "<table style=\"border:0.5px solid; width:100%;\"><tr >";
     120            echo "<table style=\"border:0.5px solid; width:100%; color: #000000;\"><tr >";
    121121            $idw = intval($row['id']);
    122122            echo "<input type=\"hidden\" name=\"idw\" value=\"$idw\">";
  • trunk/admin/modules/Elezioni/language/it/ele.html

    r52 r53  
    1 <table style="width: 686px; height: 150px;" class="table-main">
     1<table style="width: 686px; height: 150px; color: #000000;">
    22
    33<tbody>
  • trunk/admin/modules/Elezioni/language/it/ele_affluenze.html

    r46 r53  
    11
    2 <table style="width: 686px; height: 150px;" class="table-main">
     2<table style="width: 686px; height: 150px; color: #000000;">
    33
    44  <tbody>
  • trunk/admin/modules/Elezioni/language/it/ele_associazioni.html

    r46 r53  
    1 <table style="width: 686px; height: 150px;" class="table-main">
     1<table style="width: 686px; height: 150px; color: #000000;">
    22
    33<tbody>
  • trunk/admin/modules/Elezioni/language/it/ele_configurazione.html

    r51 r53  
    11
    2 <table class="table-main">
     2<table style="width: 686px; height: 150px; color: #000000;">
    33
    44  <tbody>
  • trunk/admin/modules/Elezioni/language/it/ele_cons_comuni.html

    r51 r53  
    11
    2 <table style="width: 686px; height: 150px;" class="table-main">
     2<table style="width: 686px; height: 150px; color: #000000;">
    33
    44  <tbody>
  • trunk/admin/modules/Elezioni/language/it/ele_consultazioni.html

    r46 r53  
    1 <table style="width: 686px; height: 150px;" class="table-main">
     1<table style="width: 686px; height: 150px; color: #000000;">
    22
    33<tbody>
  • trunk/client/modules/Elezioni/grafici.php

    r41 r53  
    121121                       
    122122                       
    123                         if ($genere==0){$query.=" and id_gruppo=$id_gruppo";}
     123#                       if ($genere==0){$query.=" and id_gruppo=$id_gruppo";}
    124124                        $res1234=mysql_query($query, $dbi);
    125125                        list($tot)=mysql_fetch_row($res1234);
Note: See TracChangeset for help on using the changeset viewer.