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

SF.net SVN: ledger-smb:[3336] trunk/UI/Contact/contact.html



Revision: 3336
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3336&view=rev
Author:   einhverfr
Date:     2011-06-26 05:27:56 +0000 (Sun, 26 Jun 2011)

Log Message:
-----------
Editing/deleting locations now works as advertised

Modified Paths:
--------------
    trunk/UI/Contact/contact.html

Modified: trunk/UI/Contact/contact.html
===================================================================
--- trunk/UI/Contact/contact.html	2011-06-25 16:47:02 UTC (rev 3335)
+++ trunk/UI/Contact/contact.html	2011-06-26 05:27:56 UTC (rev 3336)
@@ -656,6 +656,11 @@
 	} ?>
 <?lsmb PROCESS input element_data = {
 		type = "hidden"
+		name = "old_location_class"
+		value = location_class
+	} ?>
+<?lsmb PROCESS input element_data = {
+		type = "hidden"
 		name = "target_div"
 		value = 'location_div'
 	} ?>
@@ -703,7 +708,7 @@
 			entity_id ?>&location_id=<?lsmb loc.id 
 			?>&credit_id=<?lsmb credit_id 
                         ?>&form_id=<?lsmb form_id
-                        ?>&location_class_id=<?lsmb loc.class_id 
+                        ?>&location_class=<?lsmb loc.class_id 
                         ?>&target_div=location_div">[delete]</a>
 	</td>
     </tr>


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