diff options
author | aurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-07-29 22:39:50 +0000 |
---|---|---|
committer | aurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-07-29 22:39:50 +0000 |
commit | 556e1b6f75b3686c408be5e299ac68b834254983 (patch) | |
tree | 9e329d31a14747cf3478942da7ec2422b9671ad8 /UI/Reconciliation/corrections.html | |
parent | 40ed95089aab6167cb7da2e7038fc3351ec79932 (diff) |
Rearranging the UI directory to have non-capitalized reconciliation dir.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2223 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/Reconciliation/corrections.html')
-rw-r--r-- | UI/Reconciliation/corrections.html | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/UI/Reconciliation/corrections.html b/UI/Reconciliation/corrections.html deleted file mode 100644 index bdf7424a..00000000 --- a/UI/Reconciliation/corrections.html +++ /dev/null @@ -1,39 +0,0 @@ -<table border=0> - <tr> - <td>Clear date</td> - <td>Transaction Type</td> - <td>Our Balance</td> - <td>Their Balance</td> - </tr> - <tr> - <td><?lsmb entry.clear_time ?></td> - <td><?lsmb entry.transaction_type ?> </td> - <td><?lsmb entry.our_balance ?></td> - <td><?lsmb entry.their_balance?></td> - </tr> -</table> - -<?lsmb IF NOT corrections ?> -Corrections: -<table border=0> - <?lsmb FOREACH row = corrections ?> - <tr> - <td> - <div> - <span><?lsmbrow.user?> at <?lsmbrow.insert_time?></span> - <div> - <?lsmbrow.reason?> - </div> - </div> - </td> - </tr> - <?lsmbEND?> - -</table> -<?lsmbELSE?> - -<div> - No corrections found. -</div> - -<?lsmbEND?>
\ No newline at end of file |