dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #33046
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16821: Data entry history, css text fix
------------------------------------------------------------
revno: 16821
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2014-09-25 19:23:42 +0200
message:
Data entry history, css text fix
modified:
dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/history.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-dataentry/src/main/webapp/dhis-web-dataentry/history.vm'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/history.vm 2014-09-25 17:18:23 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/history.vm 2014-09-25 17:23:42 +0000
@@ -132,7 +132,7 @@
</tbody>
</table>
#else
- $encoder.htmlEncode( $i18n.getString( "there_is_no_audit_trail_for_this_value" ) )
+ <div class="tipText">$encoder.htmlEncode( $i18n.getString( "there_is_no_audit_trail_for_this_value" ) )</div>
#end
</div>
</div>