Changeset 4253
- Timestamp:
- 11 Jun 2009, 17:16:36 (16 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/ScratchCards.py
r3616 r4253 197 197 for pin in pins: 198 198 pin_list += pin.pin, 199 lines.append(self.portal_pins.record2dict(fields,pin ))199 lines.append(self.portal_pins.record2dict(fields,pin,'dummy')) 200 200 total = len(lines) 201 201 csv_writer.writerows(lines) -
WAeUP_SRP/trunk/skins/waeup_uniben/config_form.pt
r4241 r4253 153 153 <th> 154 154 <label> 155 Deadline PT/DP/CTApplication:155 Deadline Sandwich Application: 156 156 </label> 157 157 </th> … … 159 159 <input name="date4" id="date4" value="" size="30" 160 160 tal:attributes="value pprops/date4" /> 161 </td> 162 </tr> 163 164 <tr> 165 <th> 166 <label> 167 Deadline PT/DP/CT Application: 168 </label> 169 </th> 170 <td> 171 <input name="date5" id="date5" value="" size="30" 172 tal:attributes="value pprops/date5" /> 161 173 </td> 162 174 </tr>
Note: See TracChangeset for help on using the changeset viewer.