Changeset 358 for trunk/admin/modules/Elezioni/ele.php
- Timestamp:
- Feb 22, 2022, 10:40:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele.php
r336 r358 58 58 59 59 if (!$perms) $perms=ChiSei($id_cons_gen); 60 //include("modules/Elezioni/language/lang-$currentlang.php");60 include_once("modules/Elezioni/language/lang-$currentlang.php"); 61 61 //************************************************************************** 62 62 // ELE … … 71 71 # include("modules/Elezioni/testa.php"); 72 72 //immagine bullet 73 73 $bullet="<img src=\"temi/$tema/images/bullet.gif\" alt =\" \" align=\"left\" border=\"0\">"; 74 74 $bullet_red="<img src=\"temi/$tema/images/bullet_red.gif\" alt =\" \" align=\"left\" border=\"0\">"; 75 75 $bgcolor1='#e7e7e7'; … … 264 264 </td> 265 265 <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) { 267 267 echo "<a href=\"admin.php?op=voti&id_cons_gen=$id_cons_gen&do=spoglio\">$bullet "._GEST." "._SPOGLIO."</a><br>"; 268 268 if ($nraff) {
Note:
See TracChangeset
for help on using the changeset viewer.