Monotone-Parent: c896a0d9f1b127ab4c1d9c4ba270727464984c2b

Monotone-Revision: ec9e73b43fdee5504f6e0f56a8993f947afc31d7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-06-02T19:05:48
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-06-02 19:05:48 +00:00
parent ab171b7d2e
commit 659563c7b7
12 changed files with 15 additions and 15 deletions

View File

@@ -63,7 +63,7 @@ function nodeForUser(userName, userId) {
var span = $(document.createElement("span"));
span.addClassName("userFullName");
var image = document.createElement("img");
image.setAttribute("src", ResourcesURL + "/abcard.gif");
image.setAttribute("src", ResourcesURL + "/abcard.png");
span.appendChild(image);
span.appendChild(document.createTextNode(" " + userName));
node.appendChild(span);