Ignore:
Timestamp:
Feb 9, 2010, 2:12:04 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
e601d3b
Parents:
004d06d
git-author:
Alex Dehnert <adehnert@…> (02/09/10 02:12:04)
git-committer:
Alex Dehnert <adehnert@…> (02/09/10 02:12:04)
Message:

Handle submission workflow better

File:
1 edited

Legend:

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

    r7416c7e r856aac8  
    77<h2>Review reimbursement request: {{rr.name}}</h2>
    88
    9 <p>The following request has been stored in our database:</p>
     9{% if new %}
     10<div class='messagebox infobox'>
     11<h3>Request Submitted</h3>
     12<p>You have successfully submitted a request for reimbursement.</p>
     13</div>
     14{% endif %}
    1015
    1116<table class='pretty-table reimbursement-request'>
     17<tr>
     18    <th>Request ID</th>
     19    <td>{{rr.label}}</td>
     20</tr>
    1221<tr>
    1322    <th>Short description</th>
     
    5968</table>
    6069
     70{% if new %}
     71{% include "vouchers/reimbursementrequest_instructions.fragment.html" %}
     72{% endif %}
     73
    6174{% if approve_form %}
    6275<h3>Request Approval</h3>
Note: See TracChangeset for help on using the changeset viewer.