Ignore:
Timestamp:
7 Jan 2013, 11:21:23 (12 years ago)
Author:
Henrik Bettermann
Message:

Add filter column. Align buttons.

File:
1 edited

Legend:

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

    r9836 r9839  
    4343    <tr>
    4444      <th i18n:translate="">Export Number</th>
    45       <th i18n:translate="">Description</th>
     45      <th i18n:translate="">Exporter</th>
     46      <th i18n:translate="">Filter</th>
    4647      <th i18n:translate="">Creator</th>
    4748      <th i18n:translate="">Creation Date</th>
     
    5657      </td>
    5758      <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>
    5963      </td>
    6064      <td>
     
    6872      </td>
    6973      <td nowrap>
    70         <a href="" class="btn" i18n:translate=""
     74        <a href="" class="btn small" i18n:translate=""
    7175           tal:condition="job/show_refresh_button">
    7276          <img tal:attributes="src static/actionicon_reload.png" />
    7377          Reload
    7478        </a>
    75         <a href="" class="btn primary"
    76                tal:attributes="href job/download_url"
    77                tal:condition="job/show_download_button">
    78           Download</a>
    7979        <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
    8085          <input type="hidden" name="job_id"
    8186                 tal:attributes="value job/job" />
    82           <input type="submit" class="btn secondary"
     87          <input type="submit" class="btn small"
    8388                 name="DISCARD" value="Discard"
    8489                 tal:condition="job/show_discard_button" />
Note: See TracChangeset for help on using the changeset viewer.