=== 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 2011-05-02 12:54:28 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/history.vm 2011-06-26 13:40:38 +0000 @@ -16,6 +16,13 @@

$encoder.htmlEncode( $dataElementHistory.dataElement.name ) $encoder.htmlEncode( $dataElementHistory.optionCombo.name ) + #if ( $dataValue && $dataValue.isFollowup() ) + $i18n.getString( 'mark_value_for_followup' ) + #elseif ( $dataValue ) + $i18n.getString( 'unmark_value_for_followup' ) + #else + + #end

@@ -34,17 +41,6 @@ - #end - -

-

$i18n.getString( "followup" )

- - #if ( $dataValue && $dataValue.isFollowup() ) - $i18n.getString( 'mark_value_for_followup' ) - #elseif ( $dataValue ) - $i18n.getString( 'unmark_value_for_followup' ) - #else - #end === modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/history.js' --- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/history.js 2011-05-08 19:22:16 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/history.js 2011-06-26 13:40:38 +0000 @@ -105,15 +105,6 @@ } } -function isInt(value) -{ - if( ((value) == parseInt(value)) && !isNaN(parseInt(value)) ) { - return true; - } else { - return false; - } -} - function removeMinMaxLimit() { $( '#minLimit' ).val( '' );