mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
Monotone-Parent: ba93648668b454da7b3f64c96966ebdfeffb66ce
Monotone-Revision: 29645ba8653a697b68b7b96a094e71f358bbd4c3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-27T15:03:48 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -436,7 +436,7 @@ DIV#calendarContent
|
||||
position: absolute;
|
||||
top: 3em;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
margin: 0px .5em;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
@@ -456,6 +456,8 @@ DIV#calendarContent
|
||||
|
||||
SPAN.appointmentView
|
||||
{ display: block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
border: 1px solid #000; }
|
||||
|
||||
SPAN.colorBox
|
||||
|
||||
@@ -55,10 +55,11 @@ function editEvent() {
|
||||
var nodes = listOfSelection.getSelectedRows();
|
||||
|
||||
for (var i = 0; i < nodes.length; i++)
|
||||
_editEventId(nodes.getAttribute("id"),
|
||||
nodes.getAttribute("owner"));
|
||||
_editEventId(nodes[i].getAttribute("id"),
|
||||
nodes[i].getAttribute("owner"));
|
||||
}
|
||||
|
||||
|
||||
return false; /* stop following the link */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user