Changeset 37 for trunk/admin/modules/Elezioni/ele_candidato.php
- Timestamp:
- Mar 20, 2010, 6:29:38 PM (15 years ago)
- File:
-
- 1 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>";
Note:
See TracChangeset
for help on using the changeset viewer.