dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #23236
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11287: Minor
------------------------------------------------------------
revno: 11287
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2013-06-29 17:15:54 +0200
message:
Minor
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/modules.vm
--
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/about/modules.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/modules.vm 2013-06-29 13:33:55 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/modules.vm 2013-06-29 15:15:54 +0000
@@ -3,7 +3,7 @@
#if( $maintenanceModules && $maintenanceModules.size() > 0 )
<td valign="top">
-<ul class="introList" style="width:340px; margin-top:0px; margin-right:15px;">
+<ul class="introList" style="width:350px; margin-top:0px; margin-right:15px;">
#foreach( $module in $maintenanceModules )
#introListImgItem( "${module.defaultAction}" "${module.name}" "${module.name}" )
#end
@@ -13,7 +13,7 @@
#if( $serviceModules && $serviceModules.size() > 0 )
<td valign="top">
-<ul class="introList" style="width:340px; margin-top:0px;">
+<ul class="introList" style="width:350px; margin-top:0px;">
#foreach( $module in $serviceModules )
#introListImgItem( "${module.defaultAction}" "${module.name}" "${module.name}" )
#end