Changeset 37 for trunk/admin
- Timestamp:
- Mar 20, 2010, 6:29:38 PM (15 years ago)
- Location:
- trunk/admin/modules/Elezioni
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_candidato.php
r2 r37 152 152 if (!isset($id_lista)){$id_lista=$id;} 153 153 $sel= ($id == $id_lista) ? "selected":""; 154 echo "<option width=\"10\" value=\"$id\" $sel>".$numlist.") ".substr($descr,0,25); 154 echo "<option width=\"10\" value=\"$id\" $sel>".$numlist.") ".$descr; 155 # echo "<option width=\"10\" value=\"$id\" $sel>".$numlist.") ".substr($descr,0,25); 155 156 } 156 157 echo "</select></td>"; -
trunk/admin/modules/Elezioni/language/lang-it.php
r27 r37 71 71 define("_CONSULTAZIONE","Consultazione Elezioni Regionali"); //genere 5 72 72 define("_GRUPPO","Candidato Presidente"); 73 define("_SOLO_GRUPPO","Voti al solo candidato Presidente"); 73 74 define("_DESCRCONS","REGIONALI"); 74 75 break;
Note:
See TracChangeset
for help on using the changeset viewer.