dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #13303
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4222: Add Help icon for functions in Patient module.
------------------------------------------------------------
revno: 4222
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2011-07-28 10:33:04 +0700
message:
Add Help icon for functions in Patient module.
modified:
dhis-2/dhis-services/dhis-service-options/src/main/resources/help_content.xml
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/configurationParams.vm
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/importPatientParams.vm
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/showPatientMobileSetting.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-services/dhis-service-options/src/main/resources/help_content.xml'
--- dhis-2/dhis-services/dhis-service-options/src/main/resources/help_content.xml 2011-07-28 02:46:09 +0000
+++ dhis-2/dhis-services/dhis-service-options/src/main/resources/help_content.xml 2011-07-28 03:33:04 +0000
@@ -2580,5 +2580,18 @@
<para>To add a new validation criterion, click the "Add new" button. Fill all fields with read asterisk, and click "Add" button.</para>
<para>You can assign facilities to a validation criterion in the Validation Criteria Management ( list of available validation criteria are shown ) by clicking on the blue folder icon, the first icon under Operations, corresponding to the validation criterion you would like to assign. Click the "Move selected" button to add the selected programs to the validation criterion. Click the "Remove selected" button to remove programs from the group that have been selected in the right panel. Finally, click the "Save" button to save changes, or the "Cancel" button to discard any changes.</para>
</section>
+ <section id="patient_mobile_setting">
+ <title>Beneficiary Mobile Setting</title>
+ <para>Beneficiary mobile setting provides a mechanism for specifying beneficiary attributes of beneficiaries shown into activities when downloading them to mobile.</para>
+ </section>
+ <section id="import_beneficiary_configuration">
+ <title>Import Beneficiary Configuration</title>
+ <para>Import beneficiary configuration provides a mechanism for specifying a path to an Excel file which contains private information of many beneficiaries and corresponding treatment cases.</para>
+ <para>The Excel file have two sheets. One saves patient registration information like name, birthdate, gender, village, etc. Two saves treatment cases according to the beneficiaries into the sheet one.</para>
+ </section>
+ <section id="import_beneficiary_data">
+ <title>Import Beneficiary Data</title>
+ <para>Import beneficiary data provides a mechanism for importing private information of beneficiaries and treatment cases from an Excel file.</para>
+ </section>
</chapter>
</book>
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/configurationParams.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/configurationParams.vm 2011-07-22 04:36:33 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/configurationParams.vm 2011-07-28 03:33:04 +0000
@@ -1,15 +1,5 @@
-<script>
- jQuery(document).ready(
- function()
- {
- validation( 'configurationParamsForm', function(form){ form.submit() })
- }
- );
-
- var i18n_save_successfull = '$encoder.jsEscape( $i18n.getString( "save_successfull" ) , "'" )';
-</script>
+<h3>$i18n.getString('configuration') #openHelp( "import_beneficiary_configuration" )</h3>
-<h3>$i18n.getString('configuration')</h3>
<form id="configurationParamsForm" action="saveConfiguration.action" method="post">
<table>
<tr>
@@ -26,3 +16,13 @@
</table>
</form>
+<script>
+ jQuery(document).ready(
+ function()
+ {
+ validation( 'configurationParamsForm', function(form){ form.submit() })
+ }
+ );
+
+ var i18n_save_successfull = '$encoder.jsEscape( $i18n.getString( "save_successfull" ) , "'" )';
+</script>
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/importPatientParams.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/importPatientParams.vm 2011-06-01 09:12:50 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/importPatientParams.vm 2011-07-28 03:33:04 +0000
@@ -1,4 +1,5 @@
-<h3>$i18n.getString('import_data')</h3>
+<h3>$i18n.getString('import_data') #openHelp( "import_beneficiary_data" )</h3>
+
<form name="importingParam" id="importingParam" action="importPatient.action" method="post" enctype="multipart/form-data">
<table width="62%">
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/showPatientMobileSetting.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/showPatientMobileSetting.vm 2010-11-26 08:10:43 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/showPatientMobileSetting.vm 2011-07-28 03:33:04 +0000
@@ -4,7 +4,7 @@
validation( 'editPatientMobileSetting', function( form ){ form.submit() }, function(){ selectAllById('selectedList') });
});
</script>
-<h3>$i18n.getString( "patient_mobile_setting" )</h3>
+<h3>$i18n.getString( "patient_mobile_setting" ) #openHelp( "patient_mobile_setting" )</h3>
<form id="editPatientMobileSetting" name="editPatientMobileSetting" action="editPatientMobileSetting.action" method="post" >
<table>
<tr>