Ignore:
Timestamp:
Mar 29, 2010, 11:50:35 AM (14 years ago)
Author:
roby
Message:

in admin: continua impostazione controllo di congruenza generale (manca referendum)
compatibilità xhtml

File:
1 edited

Legend:

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

    r62 r63  
    796796
    797797
    798    echo "</table></form></td></tr>";
     798#   echo "</table></form></td></tr>";
     799   echo "</table></form>";
    799800        $compl= mysql_query("select voti_complessivi from ".$prefix."_ele_voti_parziale where data='$giorno' and orario='$ora' and id_sez=$id_sez", $dbi);
    800801        list ($complessivi)= mysql_fetch_row($compl);
     
    813814                break;
    814815        }
     816        echo "</td></tr>";
    815817        }
    816818CloseTable();
Note: See TracChangeset for help on using the changeset viewer.