Ignore:
Timestamp:
Mar 9, 2010, 4:10:05 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
e8632f2
Parents:
0e58ad0
git-author:
Alex Dehnert <adehnert@…> (03/09/10 04:10:05)
git-committer:
Alex Dehnert <adehnert@…> (03/09/10 04:10:05)
Message:

Color-code approval state and link email addresses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/remit_templates/vouchers/reimbursementrequest_list.html

    r485673a rf114f8b  
    2424    <td>
    2525        {{ object.check_to_first_name }} {{ object.check_to_last_name }}<br />
    26         {{ object.check_to_email }}<br />
     26        <a href='mailto:{{ object.check_to_email }}'>{{ object.check_to_email }}</a><br />
    2727        (Submitter {{ object.submitter }})
    2828    </td>
     
    3232        GL: {{ object.expense_area|budgetarea_pathstr:2 }}
    3333    </td>
    34     <td>
     34    <td class='request-status-{{ object.approval_status|approval_status_class}}'>
    3535        {{ object.approval_status|approval_status }} ({{ object.approval_time }})
    3636    </td>
Note: See TracChangeset for help on using the changeset viewer.