- Timestamp:
- Mar 20, 2010, 5:31:07 AM (15 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/remit_templates/vouchers/ReimbursementRequest_review.html
re601d3b re8550be 72 72 {% endif %} 73 73 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 74 90 {% if approve_form %} 75 91 <h3>Approve this reimbursement request:</h3>
Note: See TracChangeset
for help on using the changeset viewer.