Ignore:
Timestamp:
Feb 3, 2010, 3:36:05 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
485673a
Parents:
b7fc501
git-author:
Alex Dehnert <adehnert@…> (02/03/10 03:36:05)
git-committer:
Alex Dehnert <adehnert@…> (02/03/10 03:36:05)
Message:

Improve the look a bit more

Location:
remit/remit_templates/vouchers
Files:
2 edited

Legend:

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

    rd6324a2 ra6806bf  
    66<h2>Review reimbursement request: {{rr.name}}</h2>
    77
    8 <table class='reimbursement-request'>
     8<table class='pretty-table reimbursement-request'>
    99<tr>
    1010    <th>Short description</th>
  • remit/remit_templates/vouchers/submit.html

    r92ca60e ra6806bf  
    77
    88<form method="post" action="">
    9 <table>
     9<table class='pretty-table'>
    1010<tr class='sect-head'>
    11     <td></td>
    12     <th>You are requesting a reimbursement from:</th>
     11    <th colspan='2'>You are requesting a reimbursement from:</th>
    1312</tr>
    1413<tr>
     
    2221
    2322<tr class='sect-head'>
    24     <td></td>
    25     <th>Request details:</th>
     23    <th colspan='2'>Request details:</th>
    2624</tr>
    2725{{ form.as_table }}
    28 <tr><td></td><td><input type='submit' value='Request Reimbursement' /></td></tr>
     26<tr><th colspan='2'><input type='submit' value='Request Reimbursement' /></th></tr>
    2927</table>
    3028</form>
Note: See TracChangeset for help on using the changeset viewer.