← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5770: (mobile) minor changes

 

------------------------------------------------------------
revno: 5770
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2012-01-21 17:23:35 +0530
message:
  (mobile) minor changes
modified:
  dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/dataEntryOverview.vm
  dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/menu.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-light/src/main/webapp/dhis-web-light/dataEntryOverview.vm'
--- dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/dataEntryOverview.vm	2012-01-16 18:30:37 +0000
+++ dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/dataEntryOverview.vm	2012-01-21 11:53:35 +0000
@@ -59,8 +59,8 @@
 #if( $complete == false )
 <div class="header-box" align="center">
     <p>
-            <input type="hidden" name="formComplete" value="true" />
-            <input type="submit" style="width: 100%;" value="$i18n.getString("form_complete")" />
+        <input type="hidden" name="formComplete" value="true" />
+        <input type="submit" style="width: 100%;" value="$i18n.getString("form_complete")" />
     </p>
 </div>
 #end

=== modified file 'dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/menu.vm'
--- dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/menu.vm	2012-01-11 09:37:08 +0000
+++ dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/menu.vm	2012-01-21 11:53:35 +0000
@@ -4,7 +4,7 @@
 <ul>
     <li><a href="selectOrganisationUnit.action">$i18n.getString( "data_entry" )</a></li>
     <li><a href="messages.action">$i18n.getString( "messages" ) #if($unreadMessageConversationCount > 0)($unreadMessageConversationCount)#end</a></li>
-    <li><a href="reports.action">$i18n.getString( "reports" )</a></li>
+    #* <li><a href="reports.action">$i18n.getString( "reports" )</a></li> *#
     <li><a href="settings.action">$i18n.getString( "settings" )</a></li>
 </ul>
 </p>
@@ -13,7 +13,7 @@
 <h2>$i18n.getString( "navigate_to" )</h2>
 <ul>
     <li><a href="feedback.action">$i18n.getString("feedback")</a></li>
-    <li><a href="../">$i18n.getString("desktop_version")</a></li>
 	<li><a href="../dhis-web-commons-security/logout.action">$i18n.getString("logout")</a></li>
+    <li style="padding-top: 5px;"><a href="../">$i18n.getString("desktop_version")</a></li>
 </ul>
 </div>