Ignore:
Timestamp:
21 Jul 2012, 08:16:03 (12 years ago)
Author:
Henrik Bettermann
Message:

Implement SkeletonDownloadView? for downloading csv skeleton files.

Compose export filenames of portal acronym and the exporter name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/datacenteruploadpage.pt

    r9027 r9032  
    1919      <th i18n:translate="">Processor</th>
    2020      <th i18n:translate="">Available Fields</th>
    21       <th i18n:translate="">CSV Skeleton File (not yet)</th>
     21      <th i18n:translate="">CSV Skeleton File</th>
    2222    </tr>
    2323  </thead>
     
    3131    </td>
    3232    <td>
    33       <span tal:replace="importer/name"></span>.csv
     33      <a tal:attributes="href python: 'skeleton?name=' + importer['name']"
     34         tal:content="python: importer['name'].replace('processor', 'import') + '_000.csv'">
     35         FILENAME</a>
    3436    </td>
    3537  </tr>
Note: See TracChangeset for help on using the changeset viewer.