summaryrefslogtreecommitdiff
path: root/UI/payments
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-18 00:36:36 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-18 00:36:36 +0000
commitf491cc2d328791ca9b1b5812a35959e7cfead77e (patch)
tree4120bcdb24f7b4f674d8facc3660d1afa03e1a60 /UI/payments
parent8d2f3413b17a1ceadbf73d21d87ef42b2155d5e6 (diff)
Payments changes committed, through QA
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1873 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/payments')
-rw-r--r--UI/payments/payment1.html2
-rw-r--r--UI/payments/payment2.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/UI/payments/payment1.html b/UI/payments/payment1.html
index d064ad0e..50fa1ca9 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 502cb859..d395b170 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">
@@ -158,4 +158,4 @@
<?lsmb PROCESS select element_data=media ?>
</form>
</body>
-</html> \ No newline at end of file
+</html>