dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #26030
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 12910: light, add hint for date of birth value type
------------------------------------------------------------
revno: 12910
committer: Long <Long@Long-Laptop>
branch nick: dhis2
timestamp: Sat 2013-11-09 23:08:46 +0700
message:
light, add hint for date of birth value type
modified:
dhis-2/dhis-web/dhis-web-light/src/main/resources/org/hisp/dhis/light/i18n_module.properties
dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/registration/beneficiaryRegistrationForm.vm
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-light/src/main/resources/org/hisp/dhis/light/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-light/src/main/resources/org/hisp/dhis/light/i18n_module.properties 2013-10-07 17:59:52 +0000
+++ dhis-2/dhis-web/dhis-web-light/src/main/resources/org/hisp/dhis/light/i18n_module.properties 2013-11-09 16:08:46 +0000
@@ -131,4 +131,5 @@
allow_provided_elsewhere=Provided elsewhere
search_user=Search user by name
last_recipients=Last recipients
-search_orgunit=Search Organisation Unit
\ No newline at end of file
+search_orgunit=Search Organisation Unit
+date_of_birth_hint=*Approximated: enter age. Declared or Verified: enter date in format [yyyy-mm-dd]
\ No newline at end of file
=== modified file 'dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/registration/beneficiaryRegistrationForm.vm'
--- dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/registration/beneficiaryRegistrationForm.vm 2013-03-19 04:35:21 +0000
+++ dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/registration/beneficiaryRegistrationForm.vm 2013-11-09 16:08:46 +0000
@@ -54,6 +54,7 @@
</select>
<label>$i18n.getString( "date_of_birth" )</label>
+
<select name="dobType">
<option value="A"
#if($previousValues.get("dobType") == "A")
@@ -73,7 +74,7 @@
#end
>$i18n.getString( "verified" )</option>
</select>
-
+ <label>$i18n.getString( "date_of_birth_hint" )</label>
#if( $validationMap.get( "dob" ) )
<span style="color: #990000;"> $i18n.getString($validationMap.get( "dob" ))</span>
#end