[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[5202] branches/1.3/UI/Contact/search.html



Revision: 5202
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5202&view=rev
Author:   ehuelsmann
Date:     2012-11-16 22:33:13 +0000 (Fri, 16 Nov 2012)
Log Message:
-----------
Enable Chrome's back button by submitting the contacts search request
using a GET request (instead of a POST request).

Modified Paths:
--------------
    branches/1.3/UI/Contact/search.html

Modified: branches/1.3/UI/Contact/search.html
===================================================================
--- branches/1.3/UI/Contact/search.html	2012-11-16 21:31:23 UTC (rev 5201)
+++ branches/1.3/UI/Contact/search.html	2012-11-16 22:33:13 UTC (rev 5202)
@@ -12,7 +12,7 @@
 <?lsmb entity_type = 'Unsupported' -?>
 <?lsmb END -?>
 <?lsmb title = text("$entity_type Search") # " -?>
-<form method="post" action="<?lsmb script ?>">
+<form method="get" action="<?lsmb script ?>">
 <?lsmb INCLUDE input element_data = {
 	type = "hidden"
 	name = "account_class"

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.