Changeset 5613
- Timestamp:
- 14 Dec 2010, 06:48:50 (14 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/WAeUPImport.py
r5516 r5613 230 230 if len(values) != len(import_keys): 231 231 if len(values) == len(import_keys) + len(info_keys): 232 msg += "fields from pending file in headline"232 msg += "fields from pending data file in headline" 233 233 else: 234 234 msg += "%d fields in headline but %d values" % (len(import_keys),len(values)) -
WAeUP_SRP/trunk/skins/waeup_upload/uploads_form.pt
r4525 r5613 62 62 </tr> 63 63 64 <span tal:condition="python:'fields from pending file in headline' not in row['msg']"> 64 65 <tr> 65 66 <td> </td> … … 92 93 <td colspan="3" tal:content="python: key[2]" /> 93 94 </tr> 95 </span> 94 96 95 97 … … 106 108 107 109 108 <font color='red'>Please see error message for further information. If there are errors in the headline of the import file 110 <font color='red'> 111 Please see error message for further information. If there are errors in the headline of the import file 109 112 (e.g. invalid keys in heading), you can edit the uploaded file online. Select the correct field names 110 113 from the select boxes provided, tick the box in the first column of the table and press the Edit button. 111 If you have accidentally chosen the wrong import data layout, select the correct layout and press the Edit button. </font> 114 If you have accidentally chosen the wrong import data layout, select the correct layout and press the Edit button. 115 If you have re-uploaded a pending data file, then ignore this message. The previous pending data file will be manually 116 replaced by the portal administrator.</font> 112 117 113 118 <br /><br />
Note: See TracChangeset for help on using the changeset viewer.