dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #23260
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11303: added logout button to index page of smartphone web
------------------------------------------------------------
revno: 11303
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2013-07-02 11:15:25 +0700
message:
added logout button to index page of smartphone web
modified:
dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/WEB-INF/dhis-web-mobile-velocity/index.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/index.vm'
--- dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/WEB-INF/dhis-web-mobile-velocity/index.vm 2013-02-03 08:35:03 +0000
+++ dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/WEB-INF/dhis-web-mobile-velocity/index.vm 2013-07-02 04:15:25 +0000
@@ -140,8 +140,8 @@
</ul>
</section>
- <footer data-role="footer" data-theme="b">
- <h1></h1>
+ <footer data-role="footer" data-theme="b" class="ui-bar">
+ <a href="../dhis-web-commons-security/logout.action">$i18n.getString("logout")</a>
</footer>
</section>