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
+2 -2
View File
@@ -86,8 +86,8 @@ function addUserLineToTree(tree, parent, line) {
email += ", " + line[3]; // extra contact info
tree.add(parent, 0, email, 0, '#', line[0], 'person',
'', '',
ResourcesURL + '/abcard.gif',
ResourcesURL + '/abcard.gif');
ResourcesURL + '/abcard.png',
ResourcesURL + '/abcard.png');
tree.add(parent + 1, parent, getLabel("Please wait..."), 0, '#', null,
null, '', '', icon, icon);
}
+4 -4
View File
@@ -171,12 +171,12 @@ UL#contactFolders LI
DIV#contactFoldersList LI.local
{
background-image: url('/SOGo.woa/WebServerResources/addrbook.png');
background-image: url('addrbook.png');
}
DIV#contactFoldersList LI.remote
{
background-image: url('/SOGo.woa/WebServerResources/remote-addrbook.png');
background-image: url('remote-addrbook.png');
}
.treecell
@@ -201,7 +201,7 @@ TABLE#contactsList
TABLE#contactsList TBODY TD.displayName
{ background-repeat: no-repeat;
background-image: url('/SOGo.woa/WebServerResources/abcard.gif');
background-image: url('abcard.png');
background-position: 4px 1px;
padding-left: 24px; }
@@ -359,7 +359,7 @@ DIV.contactSelection SPAN#selectionLabel
DIV#dragDropVisual
{
background-image: url(abcard.gif);
background-image: url(abcard.png);
background-repeat: no-repeat;
background-position: 4px 2px;
width: 5px;
+1 -1
View File
@@ -824,7 +824,7 @@ TR#messageCountHeader TD
{ width: 220px; }
#delegatedTo
{ background-image: url("abcard.gif");
{ background-image: url("abcard.png");
background-repeat: no-repeat;
background-position: 4px center;
padding: 2px 2px 2px 24px;
+1 -1
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);
@@ -154,7 +154,7 @@ function addContact(tag, fullContactName, contactId, contactName, contactEmail)
var names = $('uixselector-participants-display');
names.innerHTML += ('<li onmousedown="return false;"'
+ ' onclick="onRowClick(event);"><img src="'
+ ResourcesURL + '/abcard.gif" />'
+ ResourcesURL + '/abcard.png" />'
+ contactName + '</li>');
}
}
+1 -1
View File
@@ -148,7 +148,7 @@ TABLE#freeBusy TD.freeBusyAttendees DIV
{ width: 16em; }
TABLE#freeBusyAttendees TD.attendees INPUT
{ background-image: url("abcard.gif");
{ background-image: url("abcard.png");
background-repeat: no-repeat;
background-position: 4px center;
border: 0px;
+1 -1
View File
@@ -110,7 +110,7 @@ DIV#descriptionDiv DIV.fakeTextArea
{ padding-bottom: 1em; } */
#delegatedTo
{ background-image: url("abcard.gif");
{ background-image: url("abcard.png");
background-repeat: no-repeat;
background-position: 4px center;
background-color: #CCDDEC;
@@ -44,8 +44,8 @@ function addUserLineToTree(tree, parent, line) {
email += ", " + line[3].split("\n").join("; "); // extra contact info
tree.add(parent, 0, email, 0, '#', line[0], 'person',
'', '',
ResourcesURL + '/abcard.gif',
ResourcesURL + '/abcard.gif');
ResourcesURL + '/abcard.png',
ResourcesURL + '/abcard.png');
if (window.opener.userFolderType != "user") {
tree.add(parent + 1, parent, getLabel("Please wait..."), 0, '#', null,
null, '', '', icon, icon);
+1 -1
View File
@@ -45,7 +45,7 @@ TABLE#addressList TD.headerField SELECT
{ border: 1px solid #eee; }
TABLE#addressList TD.headerInput
{ background-image: url('/SOGo.woa/WebServerResources/abcard.gif');
{ background-image: url('abcard.png');
background-repeat: no-repeat;
background-position: 2px center;
padding-left: 24px;
+1 -1
View File
@@ -145,7 +145,7 @@ function addContact(tag, fullContactName, contactId, contactName, contactEmail)
var names = $('uixselector-participants-display');
names.innerHTML += ('<li onmousedown="return false;"'
+ ' onclick="onRowClick(event);"><img src="'
+ ResourcesURL + '/abcard.gif" />'
+ ResourcesURL + '/abcard.png" />'
+ contactName + '</li>');
}
else
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1023 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B