dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #16322
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6190: Minor fixes
------------------------------------------------------------
revno: 6190
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-03-06 18:26:59 +0100
message:
Minor fixes
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/menu.vm
dhis-2/dhis-web/dhis-web-reporting/src/main/resources/org/hisp/dhis/reporting/i18n_module.properties
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css 2012-03-04 16:39:11 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css 2012-03-06 17:26:59 +0000
@@ -281,8 +281,8 @@
#leftBarContents li
{
- padding-top: 1px;
- padding-bottom: 1px;
+ padding-top: 2px;
+ padding-bottom: 2px;
}
#leftBarContents a
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css 2012-03-04 16:39:11 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css 2012-03-06 17:26:59 +0000
@@ -281,8 +281,8 @@
#leftBarContents li
{
- padding-top: 1px;
- padding-bottom: 1px;
+ padding-top: 2px;
+ padding-bottom: 2px;
}
#leftBarContents a
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/menu.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/menu.vm 2012-03-04 15:54:11 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/menu.vm 2012-03-06 17:26:59 +0000
@@ -18,11 +18,6 @@
<li><a href="constant.action">$i18n.getString( "constant") </a></li>
<li><a href="optionSet.action">$i18n.getString( "option_set") </a></li>
<li><a href="showCache.action">$i18n.getString( "cache_statistics" ) </a></li>
- <li><a href="attribute.action">$i18n.getString( "attribute" ) </a></li>
+ <li><a href="attribute.action">$i18n.getString( "attribute" ) </a></li>
+ <li><a href="viewScheduledTasks.action">$i18n.getString( "scheduling" )</a></li>
</ul>
-
-<h2>$i18n.getString( "scheduling" ) </h2>
-
-<ul>
- <li><a href="viewScheduledTasks.action">$i18n.getString( "scheduling" )</a></li>
-</ul>
\ No newline at end of file
=== modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/resources/org/hisp/dhis/reporting/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/resources/org/hisp/dhis/reporting/i18n_module.properties 2012-02-23 11:12:25 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/resources/org/hisp/dhis/reporting/i18n_module.properties 2012-03-06 17:26:59 +0000
@@ -202,3 +202,4 @@
start_export=Start export
period_types=Period types
include_cumulative=Include cumulative
+include_regression=Include regression
\ No newline at end of file