mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 14:28:52 +00:00
Monotone-Parent: 789e36ae92d5b925324850844b3aff2f804f46c7
Monotone-Revision: b760d621e7a6656db365f14583da4ff33c68c87b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-15T22:23:38 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -922,9 +922,9 @@ function inhibitMyCalendarEntry()
|
||||
var input = currentNode.childNodes[3];
|
||||
if (currentNode.getAttribute("uid") == UserLogin) {
|
||||
done = true;
|
||||
currentNode.style.color = "#999;";
|
||||
// currentNode.style.color = "#999;";
|
||||
currentNode.style.fontWeight = "bold;";
|
||||
currentNode.setAttribute("onclick", "");
|
||||
// currentNode.setAttribute("onclick", "");
|
||||
}
|
||||
}
|
||||
i++;
|
||||
@@ -1030,6 +1030,7 @@ function onAccessRightsMenuEntryMouseUp(event) {
|
||||
var folders = $("uixselector-calendarsList-display");
|
||||
var selected = folders.getSelectedNodes()[0];
|
||||
var uid = selected.getAttribute("uid");
|
||||
log("application base url: " + ApplicationBaseURL);
|
||||
if (uid == UserLogin)
|
||||
url = ApplicationBaseURL + "acls";
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user