------------------------------------------------------------ revno: 4663 committer: Morten Olav Hansen <[email protected]> branch nick: dhis2 timestamp: Fri 2011-09-23 18:29:08 +0200 message: made logo link (for back-to-index / back-to-login) tabindex='-1' so its not automatically selected on opera mini 3/4 (untested...) modified: dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login_mobile.vm dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/main.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/security/login_mobile.vm' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login_mobile.vm 2011-09-23 15:41:35 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login_mobile.vm 2011-09-23 16:29:08 +0000 @@ -13,7 +13,7 @@ <div id="wrap"> <div id="header"> - <a href="login.action"><img src="logo_banner.png" alt="DHIS2" width="118" height="40"></a> + <a href="login.action" tabindex="-1"><img src="logo_banner.png" alt="DHIS2" width="118" height="40"></a> </div> <div id="content"> === modified file 'dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/main.vm' --- dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/main.vm 2011-09-23 15:41:35 +0000 +++ dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/main.vm 2011-09-23 16:29:08 +0000 @@ -11,7 +11,7 @@ <div id="wrap"> <div id="header"> - <a href="index.action"><img src="../dhis-web-commons/security/logo_banner.png" alt="DHIS2" width="118" height="40"></a> + <a href="index.action" tabindex="-1"><img src="../dhis-web-commons/security/logo_banner.png" alt="DHIS2" width="118" height="40"></a> </div> <div id="content">
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

