$encoder.htmlEncode( $document.name ) |
#if ( $document.external )
-
+
#else
-
+
#end
=== modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewOrgUnitDistribution.vm'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewOrgUnitDistribution.vm 2012-03-18 22:44:02 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewOrgUnitDistribution.vm 2012-04-16 14:54:22 +0000
@@ -9,7 +9,7 @@
var i18n_select_org_unit = '$encoder.jsEscape( $i18n.getString( "please_select_org_unit" ) , "'")';
-$i18n.getString( "orgunit_distribution" )+$i18n.getString( "orgunit_distribution" ) #openHelp( "orgunit_distribution_reports" )=== modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewPivotTableForm.vm' --- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewPivotTableForm.vm 2012-03-07 10:32:33 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewPivotTableForm.vm 2012-04-16 14:54:22 +0000 @@ -34,7 +34,7 @@ margin-bottom: 15px; } -div#pivot222 +div#pivot { position: relative; left: 2px; @@ -45,7 +45,6 @@ padding-left: 20px; margin-bottom: 6px; border-radius: 3px; - -moz-border-radius: 3px; /* Firefox */ } div.inputSection @@ -81,13 +80,13 @@ -$i18n.getString( "pivot_table" )+$i18n.getString( "pivot_table" ) #openHelp( "web_pivot_table" )
-
-
+
+
=== modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewReportForm.vm'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewReportForm.vm 2011-03-28 20:09:32 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewReportForm.vm 2012-04-16 14:54:22 +0000
@@ -7,7 +7,7 @@
var i18n_confirm_add_to_dashboard = '$encoder.jsEscape( $i18n.getString( "confirm_add_to_dashboard" ) , "'")';
-$i18n.getString( "standard_report" )+$i18n.getString( "standard_report" ) #openHelp( "standard_reports" ) |