diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-11-18 07:36:29 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-11-18 07:36:29 +0000 |
commit | ee03e8e74922d77cd6cd6114166f2a3a537f17c3 (patch) | |
tree | 1f0ae25740bbcdd094c155f7bc9b4afbb890572b /UI/payments | |
parent | fbd8836aae3eee520088f51b69ff8d76011c48f8 (diff) |
elements.html and ui-header.html are moved to UI/lib and are accessible from all html templates called from anywhere.
Minor changes to new payment templates.
Fixes to templates to add customers.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1877 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/payments')
-rw-r--r-- | UI/payments/payment1.html | 2 | ||||
-rw-r--r-- | UI/payments/payment2.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/UI/payments/payment1.html b/UI/payments/payment1.html index 50fa1ca9..7857032e 100644 --- a/UI/payments/payment1.html +++ b/UI/payments/payment1.html @@ -17,7 +17,7 @@ <form name="search" method="post" action="payment.pl"> -<?lsmb PROCESS '../elements.html' # Include form elements helper. ?> +<?lsmb PROCESS 'elements.html' # Include form elements helper. ?> <?lsmb PROCESS input element_data=sort ?> <?lsmb PROCESS input element_data=nextsub ?> diff --git a/UI/payments/payment2.html b/UI/payments/payment2.html index d395b170..1b53d6da 100644 --- a/UI/payments/payment2.html +++ b/UI/payments/payment2.html @@ -14,7 +14,7 @@ <body id="payment_2_body"> <form name="pay_single_dues" method="post" action="payment.pl"> - <?lsmb PROCESS ../elements.html # Include form elements helper. ?> + <?lsmb PROCESS elements.html # Include form elements helper. ?> <table width=100%> <tr id="top_bar" class="listtop"> |