- Timestamp:
- 7 Jan 2013, 11:21:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/datacenterexportpage.pt
r9836 r9839 43 43 <tr> 44 44 <th i18n:translate="">Export Number</th> 45 <th i18n:translate="">Description</th> 45 <th i18n:translate="">Exporter</th> 46 <th i18n:translate="">Filter</th> 46 47 <th i18n:translate="">Creator</th> 47 48 <th i18n:translate="">Creation Date</th> … … 56 57 </td> 57 58 <td> 58 <span tal:replace="structure job/descr">DESCRIPTION</span> 59 <span tal:replace="structure job/exporter">EXPORTER</span> 60 </td> 61 <td> 62 <span tal:replace="structure job/args">ARGS</span> 59 63 </td> 60 64 <td> … … 68 72 </td> 69 73 <td nowrap> 70 <a href="" class="btn " i18n:translate=""74 <a href="" class="btn small" i18n:translate="" 71 75 tal:condition="job/show_refresh_button"> 72 76 <img tal:attributes="src static/actionicon_reload.png" /> 73 77 Reload 74 78 </a> 75 <a href="" class="btn primary"76 tal:attributes="href job/download_url"77 tal:condition="job/show_download_button">78 Download</a>79 79 <form method="POST"> 80 <a href="" class="btn primary small" 81 tal:attributes="href job/download_url" 82 tal:condition="job/show_download_button"> 83 Download</a> 84 80 85 <input type="hidden" name="job_id" 81 86 tal:attributes="value job/job" /> 82 <input type="submit" class="btn s econdary"87 <input type="submit" class="btn small" 83 88 name="DISCARD" value="Discard" 84 89 tal:condition="job/show_discard_button" />
Note: See TracChangeset for help on using the changeset viewer.