diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-12-07 00:06:29 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-12-07 00:06:29 +0000 |
commit | a24f6224e9cac752f34da6752a14fac7fa37c210 (patch) | |
tree | 3adc3805b51948ebde70f8362cc77cd452a1efa9 /UI/payments | |
parent | de7bf96d1388ae65efefc6ea11352a030b366f56 (diff) |
New templates added for contact search and invoice/order
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1957 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/payments')
-rw-r--r-- | UI/payments/payments_detail.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/UI/payments/payments_detail.html b/UI/payments/payments_detail.html index be3facb2..ef6f3a9b 100644 --- a/UI/payments/payments_detail.html +++ b/UI/payments/payments_detail.html @@ -270,6 +270,12 @@ class = "submit" name = 'action' } ?> + <?lsmb INCLUDE button element_data = { + text = text('Add Payment Fees') # ' + value = 'paycom_add_fees' + class = 'submit' + name = 'action' + } ?> </form> </body> </html> |