dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #36433
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 18641: Minr
------------------------------------------------------------
revno: 18641
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2015-03-19 17:02:45 +0100
message:
Minr
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/about.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/about.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/about.vm 2015-03-10 13:13:44 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/about.vm 2015-03-19 16:02:45 +0000
@@ -7,8 +7,8 @@
<dt>$i18n.getString( "build_revision" ):</dt><dd>$!info.revision</dd>
<dt>$i18n.getString( "build_date" ):</dt><dd>$format.formatDateTime( $!info.buildTime )</dd>
<dt>$i18n.getString( "user_agent" ):</dt><dd>$!userAgent</dd>
- <dt>$i18n.getString( "server_date" ):</dt><dd>$format.formatDateTime( $!info.serverDate )</dd>
- <dt>$i18n.getString( "last_analytics_table_generation" ):</dt><dd>$format.formatDateTime( $!info.lastAnalyticsTableSuccess )</dd>
+ <dt>$i18n.getString( "server_date" ):</dt><dd>$!format.formatDateTime( $!info.serverDate )</dd>
+ <dt>$i18n.getString( "last_analytics_table_generation" ):</dt><dd>$!format.formatDateTime( $!info.lastAnalyticsTableSuccess )</dd>
<dt>$i18n.getString( "environment_variable" ):</dt><dd>$!info.environmentVariable</dd>
#if ( $currentUserIsSuper )
<dt>$i18n.getString( "external_configuration_directory" ):</dt><dd>$!info.externalDirectory</dd>