Ignore:
Timestamp:
Feb 22, 2022, 10:40:08 PM (2 years ago)
Author:
roby
Message:

Admin: aggiunta la funzione di gestione dello spoglio per la singola sezione tramite tema per cellulari

File:
1 edited

Legend:

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

    r336 r358  
    5858
    5959if (!$perms) $perms=ChiSei($id_cons_gen);
    60         //include("modules/Elezioni/language/lang-$currentlang.php");
     60        include_once("modules/Elezioni/language/lang-$currentlang.php");
    6161        //**************************************************************************
    6262        //        ELE
     
    7171#       include("modules/Elezioni/testa.php");
    7272        //immagine bullet
    73         $bullet="<img src=\"temi/$tema/images/bullet.gif\" alt =\" \" align=\"left\" border=\"0\">";
     73    $bullet="<img src=\"temi/$tema/images/bullet.gif\" alt =\" \" align=\"left\" border=\"0\">";
    7474        $bullet_red="<img src=\"temi/$tema/images/bullet_red.gif\" alt =\" \" align=\"left\" border=\"0\">";
    7575        $bgcolor1='#e7e7e7';
     
    264264                </td>
    265265        <td valign=\"top\" width=\"150\">";
    266         if ($op!='consultazione' and $perms>0 and $nrcirco and ($nrlista or $nrgruppo)) {
     266        if ($op!='consultazione' and $perms>0 and $nrcirco and ($nrlista or $nrgruppo) and ! $espandi) {
    267267                        echo "<a href=\"admin.php?op=voti&amp;id_cons_gen=$id_cons_gen&amp;do=spoglio\">$bullet "._GEST." "._SPOGLIO."</a><br>";
    268268                if ($nraff) {
Note: See TracChangeset for help on using the changeset viewer.