Ignore:
Timestamp:
Mar 20, 2010, 5:31:07 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
c020a3b
Parents:
14adb6b
git-author:
Alex Dehnert <adehnert@…> (03/20/10 05:31:07)
git-committer:
Alex Dehnert <adehnert@…> (03/20/10 05:31:07)
Message:

Allow sending certain stock emails (Closes: #10)

File:
1 edited

Legend:

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

    re601d3b re8550be  
    7272{% endif %}
    7373
     74{% if email_options %}
     75<h3>Send stock emails</h3>
     76{% if email_message %}
     77<p>{{ email_message }}</p>
     78{% endif %}
     79
     80<ul>
     81{% for option in email_options %}
     82<form method="post" action="">
     83<input type='submit' name='send_email'  value='{{option.label}}'>
     84<input type='hidden' name='email_name' value='{{option.name}}'>
     85</form>
     86{% endfor %}
     87</ul>
     88{% endif %}
     89
    7490{% if approve_form %}
    7591<h3>Approve this reimbursement request:</h3>
Note: See TracChangeset for help on using the changeset viewer.