Changeset 9839 for main/waeup.kofa/trunk/src/waeup/kofa/students
- Timestamp:
- 7 Jan 2013, 11:21:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/exportjobsindex.pt
r9822 r9839 3 3 <tr> 4 4 <th i18n:translate="">Export Number</th> 5 <th i18n:translate="">Description</th> 5 <th i18n:translate="">Exporter</th> 6 <th i18n:translate="">Filter</th> 6 7 <th i18n:translate="">Creator</th> 7 8 <th i18n:translate="">Creation Date</th> … … 16 17 </td> 17 18 <td> 18 <span tal:replace="structure job/descr">DESCRIPTION</span> 19 <span tal:replace="structure job/exporter">EXPORTER</span> 20 </td> 21 <td> 22 <span tal:replace="structure job/args">ARGS</span> 19 23 </td> 20 24 <td> … … 33 37 Reload 34 38 </a> 35 <a href="" class="btn primary" 36 tal:attributes="href job/download_url" 37 tal:condition="job/show_download_button"> 38 Download</a> 39 39 40 <form method="POST"> 41 <a href="" class="btn primary small" 42 tal:attributes="href job/download_url" 43 tal:condition="job/show_download_button"> 44 Download</a> 45 40 46 <input type="hidden" name="job_id" 41 47 tal:attributes="value job/job" /> 42 <input type="submit" class="btn s econdary"48 <input type="submit" class="btn small" 43 49 name="DISCARD" value="Discard" 44 50 tal:condition="job/show_discard_button" />
Note: See TracChangeset for help on using the changeset viewer.