← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9182: Minor improvement to write message screen

 

------------------------------------------------------------
revno: 9182
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-12-05 22:22:13 +0100
message:
  Minor improvement to write message screen
modified:
  dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/org/hisp/dhis/dashboard/i18n_module.properties
  dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendMessage.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-dashboard-integration/src/main/resources/org/hisp/dhis/dashboard/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/org/hisp/dhis/dashboard/i18n_module.properties	2012-12-05 15:11:32 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/org/hisp/dhis/dashboard/i18n_module.properties	2012-12-05 21:22:13 +0000
@@ -92,4 +92,6 @@
 latest_interpretations=Latest interpretations
 view_full_profile=View full profile
 view_full_size=View full size
-click_to_explore=Click to explore
\ No newline at end of file
+click_to_explore=Click to explore
+to_org_unit=To org unit
+to_user=To user
\ No newline at end of file

=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendMessage.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendMessage.vm	2012-10-15 11:16:07 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendMessage.vm	2012-12-05 21:22:13 +0000
@@ -40,7 +40,7 @@
 
 #if( !${recipient} )
 <tr>
-<td style="width:80px" rowspan="2">$i18n.getString( "recipients" )</td>
+<td style="width:80px">$i18n.getString( "to_org_unit" )</td>
 <td>
 #organisationUnitSelectionTree( true true false )
 </td>
@@ -48,11 +48,14 @@
 #end
 
 <tr>
+<td style="width:80px">$i18n.getString( "to_user" )</td>
 <td>
 <input type="hidden" name="recipients" id="recipients" style="width:545px; padding:4px; border:1px solid grey;"/>
 </td>
 </tr>
 
+<tr><td colspan="2" style="height:1px"></td></tr>
+
 <tr>
 <td>$i18n.getString( "subject" )</td>
 <td><input type="text" id="subject" name="subject" style="width:619px;"></td>