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

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



Revision: 3843
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3843&view=rev
Author:   einhverfr
Date:     2011-10-12 12:47:50 +0000 (Wed, 12 Oct 2011)
Log Message:
-----------
Standardizing user/employee management per Herman Vierendeels' suggestion (see bug 3420129)

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

Modified: branches/1.3/UI/Contact/contact.html
===================================================================
--- branches/1.3/UI/Contact/contact.html	2011-10-12 12:44:50 UTC (rev 3842)
+++ branches/1.3/UI/Contact/contact.html	2011-10-12 12:47:50 UTC (rev 3843)
@@ -99,7 +99,7 @@
 <div class="input_group">
 <!-- TODO:  Add Saluatation -->
 <?lsmb PROCESS input element_data = {
-	label = text('First')
+	label = text('First Name') #'
 	name = "first_name"
 	value = first_name
 	type = "text"
@@ -108,7 +108,7 @@
 </div>
 <div class="input_group">
 <?lsmb PROCESS input element_data = {
-	label = text('Middle')
+	label = text('Middle Name') #'
 	name = "middle_name"
 	value = middle_name
 	type = "text"
@@ -117,7 +117,7 @@
 </div>
 <div class="input_group">
 <?lsmb PROCESS input element_data = {
-	label = text('Last')
+	label = text('Last Name') #'
 	name = "last_name"
 	value = last_name
 	type = "text"

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