summaryrefslogtreecommitdiff
path: root/UI/Reconciliation/correct.html
diff options
context:
space:
mode:
authoraurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46>2008-07-29 22:39:50 +0000
committeraurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46>2008-07-29 22:39:50 +0000
commit556e1b6f75b3686c408be5e299ac68b834254983 (patch)
tree9e329d31a14747cf3478942da7ec2422b9671ad8 /UI/Reconciliation/correct.html
parent40ed95089aab6167cb7da2e7038fc3351ec79932 (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/correct.html')
-rw-r--r--UI/Reconciliation/correct.html44
1 files changed, 0 insertions, 44 deletions
diff --git a/UI/Reconciliation/correct.html b/UI/Reconciliation/correct.html
deleted file mode 100644
index 3921f084..00000000
--- a/UI/Reconciliation/correct.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<div>
-
- <div class="title">Correction for Reconciliation Entry</div>
- <table>
- <tr>
- <td>
- Account
- </td>
- <td>
- <input type="input" name="scn" value="<?lsmb entry.account?>"/>
- </td>
- </tr>
- <tr>
- <td>
- SCN
- </td>
- <td>
- <input type="input" name="scn" value="<?lsmb entry.scn?>"/>
- </td>
- </tr>
- <tr>
- <td>
- Amount
- </td>
- <td>
- <input type="input" name="amount" value="<?lsmb entry.their_balance?>"/>
- </td>
- </tr>
- <tr>
- <td>
- Cleared at
- </td>
- <td>
- <input type="input" name="cleared" value="<?lsmb entry.clear_time?>"/>
- </td>
- </tr>
- <tr>
- <td>Reason</td>
- <td><textarea rows="15" cols="15"></textarea></td>
- </tr>
- </table>
-
-
-</div> \ No newline at end of file