Ignore:
Timestamp:
16 Nov 2012, 21:43:29 (12 years ago)
Author:
Henrik Bettermann
Message:

Generate reports for students in a certain session and for groups of study modes.

File:
1 edited

Legend:

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

    r9645 r9647  
    3232            <input type="hidden" name="job_id"
    3333                   tal:attributes="value python: entry[0]" />
     34            <input type="submit" class="btn primary"
     35                   name="DOWNLOAD" value="Download"
     36                   tal:condition="python: entry[4]" />
    3437            <input type="submit" class="btn secondary"
    3538                   name="DISCARD" value="Discard"
    3639                   tal:condition="python: entry[3]" />
    37             <input type="submit" class="btn primary"
    38                    name="DOWNLOAD" value="Download"
    39                    tal:condition="python: entry[4]" />
    4040          </form>
    4141        </td>
Note: See TracChangeset for help on using the changeset viewer.