=== modified file 'dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/app.js' --- dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/app.js 2013-02-19 10:52:09 +0000 +++ dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/app.js 2013-02-19 10:56:48 +0000 @@ -2116,7 +2116,15 @@ handler: function() { update(); } - } + }, + '->', + { + xtype: 'button', + text: 'Exit', + handler: function() { + window.location.href = '../../dhis-web-commons-about/redirect.action'; + } + } ] }, listeners: {