fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14219] booking: use placeholder in place of value fo


From: Sigurd Nes
Subject: [Fmsystem-commits] [14219] booking: use placeholder in place of value for hinting
Date: Tue, 20 Oct 2015 13:27:36 +0000

Revision: 14219
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14219
Author:   sigurdne
Date:     2015-10-20 13:27:34 +0000 (Tue, 20 Oct 2015)
Log Message:
-----------
booking: use placeholder in place of value for hinting

Modified Paths:
--------------
    branches/dev-syncromind/booking/inc/class.customer_identifier.inc.php

Modified: branches/dev-syncromind/booking/inc/class.customer_identifier.inc.php
===================================================================
--- branches/dev-syncromind/booking/inc/class.customer_identifier.inc.php       
2015-10-20 10:44:26 UTC (rev 14218)
+++ branches/dev-syncromind/booking/inc/class.customer_identifier.inc.php       
2015-10-20 13:27:34 UTC (rev 14219)
@@ -166,9 +166,9 @@
 
                                        
Dom.setStyle(all_cust_fields[field_type], 'display', 'block');
                                        if (all_cust_fields[field_type].name == 
'customer_ssn') {
-                                               
all_cust_fields[field_type].value = '6 siffer (DDMMÅÅ) eller 11 siffer';
+                                               
all_cust_fields[field_type].placeholder = '6 siffer (DDMMÅÅ) eller 11 siffer';
                                        } else if 
(all_cust_fields[field_type].name == 'customer_organization_number') {
-                                               
all_cust_fields[field_type].value = '9 siffer';
+                                               
all_cust_fields[field_type].placeholder = '9 siffer';
                                        }
                                        all_cust_fields[field_type].focus();
                                        all_cust_fields[field_type].select();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]