=== 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 2013-05-29 21:44:35 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/select.vm 2013-07-18 10:10:22 +0000 @@ -60,7 +60,7 @@

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

- + $i18n.getString( "no_organisationunit_selected" ) - $i18n.getString( "no_period_selected" )
$i18n.getString( "no_dataelement_selected" )
@@ -70,7 +70,7 @@ -
+
@@ -100,26 +100,26 @@ #parse( "dhis-web-commons/loader/loader.vm" ) -
+
-
=== 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 2013-07-04 19:49:24 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css 2013-07-18 10:10:22 +0000 @@ -14,19 +14,50 @@ border-radius: 3px; } +#actions +{ + float: right; + width: 160px; + text-align: right; +} + +#closeCurrentSelection +{ + float:left; + cursor:pointer; + margin-right:5px; +} + +#contentDiv +{ + margin-bottom: 8px; +} + +#completenessDiv +{ + display: none; + width: 386px; + height: 29px; +} + +#infoDiv +{ + display: none; + width: 386px; + height: 20px; +} + +#completedByDiv +{ + display: none; +} + .currentRow { background-color: #d5ffc5; padding-right: 50px; } -#actions -{ - float: right; - width: 160px; - text-align: right; -} - .hidden { display: none;