Ignore:
Timestamp:
Apr 28, 2019, 8:48:56 PM (5 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/temi/altro/menu.php

    r282 r290  
    184184#inutile                if($genere!=4 || $tipo_cons==8)
    185185                echo "<li class=\"icon graf\"><a href=\"modules.php?id_cons_gen=$id_cons_gen&amp;name=Elezioni&amp;id_comune=$id_comune&amp;file=index&amp;op=graf_gruppo\">"._GRUPPO."</a></li>";
    186 if(($genere==5 or $genere==3) and $fascia>$limite)
     186                if($hondt==0) $limite=0;
     187                if(($genere>2) and ($fascia>$limite || $limite==0))
    187188                echo "<li class=\"icon graf\"><a href=\"modules.php?id_cons_gen=$id_cons_gen&amp;name=Elezioni&amp;id_comune=$id_comune&amp;file=index&amp;op=graf_lista&amp;visgralista=1\">"._LISTA."</a></li>";
    188189               
Note: See TracChangeset for help on using the changeset viewer.