summaryrefslogtreecommitdiff
path: root/UI/Reconciliation/approved.html
diff options
context:
space:
mode:
Diffstat (limited to 'UI/Reconciliation/approved.html')
-rw-r--r--UI/Reconciliation/approved.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/UI/Reconciliation/approved.html b/UI/Reconciliation/approved.html
deleted file mode 100644
index 16afc6cc..00000000
--- a/UI/Reconciliation/approved.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<div>
- <center>
- Bank statement for <?lsmbaccount?> on <?lsmbdate?> has been approved!
- </center>
-</div>
-
-<table border=0 style="opacity:50%;">
-
- <tr>
- <td>Clear date</td>
- <td>Transaction Type</td>
- <td>Our Balance</td>
- <td>Their Balance</td>
- <td>Error Corrections</td>
- <td>Error Code</td>
- </tr>
-
- <?lsmb FOREACH row = records ?>
- <tr>
- <td><?lsmb row.clear_time ?></td>
- <td><?lsmb row.transaction_type ?> </td>
- <td><?lsmb row.our_balance ?></td>
- <td><?lsmb row.their_balance?></td>
- <td><?lsmb row.corrections ?></td>
- <td><?lsmb row.errorcode ?></td>
- </tr>
- <?lsmb END ?>
-</table> \ No newline at end of file