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

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



Revision: 2091
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2091&view=rev
Author:   aurynn_cmd
Date:     2008-02-27 12:55:20 -0800 (Wed, 27 Feb 2008)

Log Message:
-----------
Fixes to contact.html. Fixes Notes save bug in Vendor Save screen.

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

Modified: trunk/UI/Contact/contact.html
===================================================================
--- trunk/UI/Contact/contact.html	2008-02-27 19:37:44 UTC (rev 2090)
+++ trunk/UI/Contact/contact.html	2008-02-27 20:55:20 UTC (rev 2091)
@@ -625,8 +625,8 @@
 		value=entity_id
 	} ?>
 <div class="input"><?lsmb PROCESS textarea element_data = {
-	label = text('Notes:<br />') # '
-	name = notes
+	label = text('Notes:<br />')
+	name = 'notes'
 } ?></div>
 <div class="input">
 <?lsmb PROCESS button element_data = {


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