Ignore:
Timestamp:
Feb 14, 2013, 4:37:24 PM (11 years ago)
Author:
luciano
Message:

Guarda il sito : verifica se il sito in visualizzazione esiste e linka il comune e la consultazione in fase di modifica (margottid)

Scheda di riepilogo: corretta l'inversione dei votanti maschi e femmine (fzago73)

File:
1 edited

Legend:

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

    r139 r170  
    278278
    279279        echo "<br><a href=\"admin.php?op=cambiopwd&amp;id_cons_gen=$id_cons_gen\">$bullet"._CAMBIOPWD."</a><br>";
    280         echo "<hr /><a href=\"../client/modules.php\" target=\"_blank\">$bullet Guarda il sito</a><br /><hr />";
     280
     281        if (file_exists("../client/modules.php"))
     282        echo "<hr /><a href=\"../client/modules.php?id_comune=$id_comune&amp;id_cons_gen=$id_cons_gen\" target=\"_blank\">$bullet Guarda il sito</a><br /><hr />";
     283
     284        //echo "<hr /><a href=\"../client/modules.php\" target=\"_blank\">$bullet Guarda il sito</a><br /><hr />";
    281285        echo "<a href=\"admin.php?op=logout\">$bullet "._ESCI."</a>";
    282286        echo "</td></tr></table>";
Note: See TracChangeset for help on using the changeset viewer.