← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8794: mobile: minor fix..

 

------------------------------------------------------------
revno: 8794
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-10-31 14:05:25 +0100
message:
  mobile: minor fix..
modified:
  dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/WEB-INF/dhis-web-mobile-velocity/data-entry.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-mobile/src/main/webapp/WEB-INF/dhis-web-mobile-velocity/data-entry.vm'
--- dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/WEB-INF/dhis-web-mobile-velocity/data-entry.vm	2012-10-30 15:56:17 +0000
+++ dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/WEB-INF/dhis-web-mobile-velocity/data-entry.vm	2012-10-31 13:05:25 +0000
@@ -282,8 +282,8 @@
 
 <script id="period-template" type="text/template">
     <div data-role="controlgroup" data-type="horizontal">
-        <button id="previous_year" data-icon="arrow-l">Previous Year</button>
-        <button id="next_year" data-icon="arrow-r" data-iconpos="right">Next Year</button>
+        <button id="previous_year" data-icon="arrow-l">Year</button>
+        <button id="next_year" data-icon="arrow-r" data-iconpos="right">Year</button>
     </div>
     <ul id="period-list" data-role="listview" data-inset="true">
         <% _( periods ).each( function(period, idx) { %>