------------------------------------------------------------
revno: 9021
committer: Lars Helge Ă˜verland <[email protected]>
branch nick: dhis2
timestamp: Wed 2012-11-14 12:17:41 +0100
message:
  Minor
modified:
  
dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/interpretation.js


--
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-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/interpretation.js'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/interpretation.js	2012-11-14 11:05:36 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/interpretation.js	2012-11-14 11:17:41 +0000
@@ -72,8 +72,8 @@
 			data: $.trim( text ),
 			success: function() {			
 				var template = 
-					"<div><div class=\"interpretationName\"><span class=\"bold pointer\" " +
-					"onclick=\"showUserInfo( \'${userId}\' )\">${userName}<\/span>&nbsp; " +
+					"<div><div class=\"interpretationName\">" +
+					"<a class=\"bold userLink\" href=\"profile.action?id=${userId}\">${userName}</a>&nbsp;" +
 					"<span class=\"grey\">${created}<\/span><\/div><\/div>" +
 					"<div class=\"interpretationText\">${text}<\/div>";
 				

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to