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

SF.net SVN: ledger-smb:[4862] trunk/UI/Contact/divs



Revision: 4862
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4862&view=rev
Author:   einhverfr
Date:     2012-06-07 14:17:14 +0000 (Thu, 07 Jun 2012)
Log Message:
-----------
Contact div forms now all post to save info

Modified Paths:
--------------
    trunk/UI/Contact/divs/address.html
    trunk/UI/Contact/divs/bank_act.html
    trunk/UI/Contact/divs/company.html
    trunk/UI/Contact/divs/contact_info.html

Modified: trunk/UI/Contact/divs/address.html
===================================================================
--- trunk/UI/Contact/divs/address.html	2012-06-07 14:13:50 UTC (rev 4861)
+++ trunk/UI/Contact/divs/address.html	2012-06-07 14:17:14 UTC (rev 4862)
@@ -2,7 +2,7 @@
     <div class="listtop"><?lsmb text('Locations') ?></div>
 	<!-- This entire form should probably be optionaly automated with AJAX
 	in order to prevent user confusion -CT -->
-    <form id="location_form" action="<?lsmb script ?>">
+    <form id="location_form" action="<?lsmb script ?>" method="post">
 <?lsmb PROCESS input element_data = {
 		type = "hidden"
 		name = "form_id"

Modified: trunk/UI/Contact/divs/bank_act.html
===================================================================
--- trunk/UI/Contact/divs/bank_act.html	2012-06-07 14:13:50 UTC (rev 4861)
+++ trunk/UI/Contact/divs/bank_act.html	2012-06-07 14:17:14 UTC (rev 4862)
@@ -19,7 +19,7 @@
      { col_id='delete', type='href', href_base=href_base, name=' ' }
    ];
 ?>
-<form name="bank_acct" action="<?lsmb script ?>">
+<form name="bank_acct" action="<?lsmb script ?>" method="post">
 <?lsmb PROCESS input element_data = {
 		type = "hidden"
 		name = "form_id"

Modified: trunk/UI/Contact/divs/company.html
===================================================================
--- trunk/UI/Contact/divs/company.html	2012-06-07 14:13:50 UTC (rev 4861)
+++ trunk/UI/Contact/divs/company.html	2012-06-07 14:17:14 UTC (rev 4862)
@@ -4,7 +4,7 @@
 	?><?lsmb CASE 2 ?><?lsmb entity_classname = "Customer" 
 	?><?lsmb END ?>
 	<div class="listtop"><strong><?lsmb text("$operation $entity_classname") ?></strong></div>
-<form name="customer" method="post" action="<?lsmb script ?>">
+<form name="company" method="post" action="<?lsmb script ?>" method="post">
 <?lsmb PROCESS input element_data = {
 		type = "hidden"
 		name = "target_div"

Modified: trunk/UI/Contact/divs/contact_info.html
===================================================================
--- trunk/UI/Contact/divs/contact_info.html	2012-06-07 14:13:50 UTC (rev 4861)
+++ trunk/UI/Contact/divs/contact_info.html	2012-06-07 14:17:14 UTC (rev 4862)
@@ -32,7 +32,7 @@
          {col_id='edit', type='href', href_base='', name='' }
          {col_id='delete', type='href', href_base='', name='' }
         ] ?>
-	<form action="<?lsmb script ?>">
+	<form action="<?lsmb script ?>" method="post">
 <?lsmb PROCESS input element_data = {
 		type = "hidden"
 		name = "form_id"

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