------------------------------------------------------------ revno: 7846 committer: Morten Olav Hansen <[email protected]> branch nick: dhis2 timestamp: Thu 2012-08-02 15:19:00 +0200 message: removed label for mark value for follow-up 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 2012-08-02 13:16:16 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/history.vm 2012-08-02 13:19:00 +0000 @@ -11,7 +11,7 @@ <tr> <!-- Comment --> <td style="height:24px" valign="bottom"> - <h4>$i18n.getString( "mark_value_for_followup" ) + <h4>$i18n.getString( "dataelement_comment" ) #if ( $dataValue && $dataValue.isFollowup() ) <img id="followup" src="../images/marked.png" alt="$i18n.getString( 'mark_value_for_followup' )" onclick="markValueForFollowup()" style="cursor:pointer"/> @@ -21,7 +21,6 @@ <img id="followup" src="../images/unmarked.png"/> #end </h4> - <h4>$i18n.getString( "dataelement_comment" )</h4> </td> <!-- Min-max --> <td style="height:24px" valign="bottom">
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

