- mail folders state is now saved;
- image attachments in emails can now be saved;
- the status of participants in represented with an icon;
+- added the option to save attached images;
+- fixed problems with mod_ngobjweb (part of SOPE);
- the current module can no longer be reselected from the module navigation bar;
- many bugfixes in the Mail and Calendar modules;
- improved handling of ACLs;
[self errorWithFormat:@"could not open storage channel!"];
return nil;
}
- if (!self->ofFlags.sameTableForQuick)
+ if (self->ofFlags.sameTableForQuick)
quickChannel = nil;
else {
if ((quickChannel = [self acquireQuickChannel]) == nil) {
margin-top: 0.5em;
top: 2em;
bottom: 14.5em;
- left: 13em;
+ left: 15em;
right: 0px;
overflow: auto;
border-top: 2px solid #222;
padding: 0px .5em;
padding-right: 0px;
margin: 0px;
- width: 13em;
+ width: 15em;
border: 0px !important;
background-color: #d4d0c8;
overflow: hidden;
{ background-image: url("abcard.gif");
background-repeat: no-repeat;
background-position: 2px center;
- width: 11.5em;
+ width: 12em;
margin: 0px;
padding-left: 24px;
- margin-left: 5px; }
+ margin-left: 5px;
+ margin-left: 1.5em; }
TABLE#freeBusy TR.needs-action TD.attendees
{ background-image: url("needs-action.png");
background-repeat: no-repeat;
background-position: 5px center; }
-TABLE#freeBusy TR.needs-action INPUT,
-TABLE#freeBusy TR.accepted INPUT,
-TABLE#freeBusy TR.declined INPUT
-{ margin-left: 1.5em;
- width: 10em; }
-
TABLE#freeBusy TR.futureAttendee INPUT
{ background-image: none; }
padding: 3px;
height: 2em;
top: 0px;
- left: 13em; }
+ left: 15em; }
DIV#freeBusyZoomButtons
{ position: absolute;
{ overflow: scroll;
overflow-x: hidden; }
+DIV#attendeesView
+{ left: 0px; }
+
DIV#freeBusyView
{ border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
TABLE#freeBusy TD.attendees INPUT
{ border-bottom: 1px solid #ccc;
- border-right: 1px solid #ccc; }
-
-TABLE#freeBusy TR.needs-action INPUT,
-TABLE#freeBusy TR.accepted INPUT,
-TABLE#freeBusy TR.declined INPUT
-{ margin-left: 2.0em;
- width: 10.0em; }
+ border-right: 1px solid #ccc;
+ margin-left: 2.0em; }