Personal tools
You are here: Home Leocornus leocornus.tracclient Tickets List Template

Tickets List Template

A page template to present a list of tickets.

The Listing Table Row

We are using this table row for now:

<tr class="{$evenOrOdd} prio{$prioId}">
  <td class="id">
    <a href="{$subpageSlug}?id={$ticket['id']}"
       title="View Ticket">
      #{$ticket['id']}
    </a></td>
  <td class="summary">
    <a href="{$subpageSlug}?id={$ticket['id']}"
       title="View Ticket">
      {$ticket['summary']}
    </a></td>
  <td class="status">
    {$ticket['status']}
  </td>
  <td class="owner">
    {$ticket_owner_href}
  </td>
  <td class="priority">
    {$ticket['priority']}
  </td>
  <td class="type">
    {$ticket['type']}
  </td>
</tr>

Tracking History

When Who What Done
2013-02-27 11:15 Sean Chen using the simple table list for the first release. We will update to use WP_List_Table class for the next release.1
-- 0.5 Hours, 100.0% Done
2013-01-28 13:04 Sean Chen show tickets query result as a table list.
-- 2.0 Hours, 90.0% Done
Document Actions