=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js' --- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js 2011-03-22 08:51:54 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js 2011-04-11 08:11:01 +0000 @@ -449,3 +449,8 @@ { window.open( 'viewHistory.action?dataElementId=' + dataElementId + '&optionComboId=' + optionComboId + '&showComment=' + showComment, '_blank', 'width=580,height=710,scrollbars=yes' ); } + +function closeCurrentSelection() +{ + $( '#currentSelection' ).fadeOut(); +} === modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/select.vm' --- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/select.vm 2011-03-22 08:51:54 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/select.vm 2011-04-11 08:11:01 +0000 @@ -20,6 +20,7 @@

$i18n.getString( "data_entry" ) #openHelp( "dataEntry" )

+ $i18n.getString( "no_organisationunit_selected" ) - $i18n.getString( "no_period_selected" )
$i18n.getString( "no_dataelement_selected" ) - === modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css' --- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css 2011-03-29 09:40:17 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css 2011-04-11 08:11:01 +0000 @@ -2,16 +2,18 @@ #currentSelection { color: black; - padding: 5px; + padding: 6px; background-color: #D5FFC5; border: 1px solid black; font-size: 14px; text-align: right; position: fixed; - top: 67px; + top: 66px; right: 10px; filter: alpha(opacity=85); opacity: 0.85; + border-radius: 3px; + -moz-border-radius: 3px; /* Firefox */ } #actions