=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/org/hisp/dhis/dashboard/i18n_module.properties' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/org/hisp/dhis/dashboard/i18n_module.properties 2012-11-15 17:28:14 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/org/hisp/dhis/dashboard/i18n_module.properties 2012-12-05 15:11:32 +0000 @@ -90,4 +90,6 @@ scroll_down=Scroll down scroll_up=Scroll up latest_interpretations=Latest interpretations -view_full_profile=View full profile \ No newline at end of file +view_full_profile=View full profile +view_full_size=View full size +click_to_explore=Click to explore \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/dashboard.vm' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/dashboard.vm 2012-11-15 17:28:14 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/dashboard.vm 2012-12-05 15:11:32 +0000 @@ -13,7 +13,7 @@ $i18n.getString( "close" ) $i18n.getString( "clear" ) #if( $chart ) - $i18n.getString( "explore" ) + $i18n.getString( "view_full_size" ) $i18n.getString( "share" ) #end @@ -49,7 +49,7 @@ #if ( $chart ) - + #else
$i18n.getString( 'this_is_a_chart_area' )

=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dropdown.js' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dropdown.js 2012-12-05 13:49:12 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dropdown.js 2012-12-05 15:11:32 +0000 @@ -8,7 +8,7 @@ $( "#searchField" ).focus( function() { $( "#searchDiv" ).css( "border-color", "#999" ); } ).blur( function() { - $( "#searchDiv" ).css( "border-color", "#ccc" ); + $( "#searchDiv" ).css( "border-color", "#bbb" ); } ); $( "#searchField" ).focus(); === modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css 2012-11-20 21:04:24 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css 2012-12-05 15:11:32 +0000 @@ -92,7 +92,7 @@ left: 331px; height: 22px; width: 335px; - border: 1px solid #ccc; + border: 1px solid #bbb; padding: 5px 6px 0 6px; }