[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5205] branches/1.3/UI/payments
- Subject: SF.net SVN: ledger-smb:[5205] branches/1.3/UI/payments
- From: ..hidden..
- Date: Sat, 17 Nov 2012 23:20:29 +0000
Revision: 5205
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5205&view=rev
Author: ehuelsmann
Date: 2012-11-17 23:20:28 +0000 (Sat, 17 Nov 2012)
Log Message:
-----------
Make Chrome's back button work with more pages (payments).
Modified Paths:
--------------
branches/1.3/UI/payments/payment1.html
branches/1.3/UI/payments/search.html
Modified: branches/1.3/UI/payments/payment1.html
===================================================================
--- branches/1.3/UI/payments/payment1.html 2012-11-17 12:13:31 UTC (rev 5204)
+++ branches/1.3/UI/payments/payment1.html 2012-11-17 23:20:28 UTC (rev 5205)
@@ -1,7 +1,7 @@
<?lsmb INCLUDE 'ui-header.html' ?>
<body id="payment-1-body">
-<form name="search" method="post" action="payment.pl">
+<form name="search" method="get" action="payment.pl">
<?lsmb PROCESS elements.html # Include form elements helper. -?>
<?lsmb login.type = 'hidden' ; INCLUDE input element_data=login -?>
<?lsmb accountclass.type = 'hidden'; INCLUDE input element_data=accountclass -?>
Modified: branches/1.3/UI/payments/search.html
===================================================================
--- branches/1.3/UI/payments/search.html 2012-11-17 12:13:31 UTC (rev 5204)
+++ branches/1.3/UI/payments/search.html 2012-11-17 23:20:28 UTC (rev 5205)
@@ -16,7 +16,7 @@
<?lsmb text('Vendor Number') ?>
<?lsmb text('Unsupported Number') ?>
-->
-<form action="payment.pl" method="post" name="main_form"
+<form action="payment.pl" method="get" name="main_form"
id="payment_search_form">
<?lsmb INCLUDE input element_data = {
type = "hidden"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.