- renamed old and obsolete ChangeLogs to Changelog.upstream;

Monotone-Parent: 0def6784d3ef69367b94ae24cc2b21a7e7715360
Monotone-Revision: 72f304d7caff41d213f1b38655d75a012724995d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-04T20:13:47
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2006-07-04 20:13:47 +00:00
parent 0e6729a517
commit 6cfc363238
26 changed files with 47 additions and 25 deletions

View File

@ -242,7 +242,7 @@ static BOOL debugBlocks = NO;
}
break;
}
*_t = [_object davDisplayName];
*_icon = nil;
@ -262,6 +262,10 @@ static BOOL debugBlocks = NO;
// TODO: use drafts icon for other SOGo folders
*_icon = @"tbtv_drafts_17x17.gif";
}
NSLog (@"title: '%@', ftype: '%@', class: '%@', icon: '%@'",
*_t,
ftype, NSStringFromClass([_object class]), *_icon);
return;
}
@ -280,7 +284,7 @@ static BOOL debugBlocks = NO;
: nil;
[self getTitle:&n andIcon:&i forObject:_o];
md = [UIxMailTreeBlock blockWithName:nil
title:n iconName:i
link:[self treeNavigationLinkForObject:_o atDepth:_d]
@ -323,6 +327,7 @@ static BOOL debugBlocks = NO;
/* build block */
[self getTitle:&title andIcon:&icon forObject:_object];
md = [UIxMailTreeBlock blockWithName:[_object nameInContainer]
title:title iconName:icon
link:[@"../" stringByAppendingString:
@ -406,6 +411,7 @@ static BOOL debugBlocks = NO;
UIxMailTreeBlock *block;
id folder;
NSLog(@"activeName: %@", activeName);
folder = [folders objectAtIndex:i];
block = [activeName isEqualToString:[folder nameInContainer]]
? _activeChildBlock

View File

@ -12,13 +12,13 @@
<meta name="description" content="SOGo Web Interface"/>
<meta name="author" content="SKYRIX Software AG"/>
<meta name="robots" content="stop"/>
<meta name="test" content="testp"/>
<link type="text/css" rel="stylesheet" rsrc:href="uix.css"/>
<link type="text/css" rel="stylesheet" rsrc:href="calendar.css"/>
<link href="mailto:hh@skyrix.com" rev="made"/>
<script rsrc:src="generic.js"> <!-- space required --></script>
<var:if condition="hasPageSpecificJavaScript">
<script var:src="pageJavaScriptURL"> <!-- space required --></script>
</var:if>

View File

@ -28,11 +28,21 @@ div.tb_consumer { /* consumes the spaces taken by the toolbar */
text-align: center;
}
.tb_label {
font-size: 11px;
font-size: medium;
font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
color: #000000;
text-align: center;
padding-left: .5em;
padding-right: .5em;
}
.tb_label a:link, .tb_label a:hover {
font-size: medium;
font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
color: #000000;
text-align: center;
}
.tb_spacer {
width: 16px;
}

View File

@ -21,14 +21,14 @@
/* TODO: is the section below used in the mailer? */
.aptview_title {
font-size: 10pt;
font-size: medium;
font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
color: #000000;
font-weight: bold;
}
.aptview_text {
font-size: 10pt;
font-size: medium;
font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
color: #000000;
}
@ -47,7 +47,7 @@
.anais_uids {
font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
font-size: 10pt;
font-size: medium;
}
@ -61,19 +61,19 @@
border-bottom-width: 1;
border-bottom-style: solid;
background-color: #D4D0C8;
background-color: #DCDAD5;
font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
font-size: 10pt;
font-size: medium;
}
.foldercell {
font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
font-size: 10pt;
font-size: medium;
width: 25%;
}
.contentcell {
font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
font-size: 10pt;
font-size: medium;
}
.embedwhite_out {
border-width: 1;
@ -113,17 +113,17 @@ td.titlecell {
padding-bottom: 2px;
white-space: nowrap;
font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
font-size: 10pt;
font-size: medium;
}
.whitesec_title {
background-color: #D4D0C8;
background-color: #DCDAD5;
padding: 4px;
}
.treecell {
font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
font-size: 10pt;
font-size: medium;
color: black;
vertical-align: bottom;
padding-left: 4px; /* move away from the icon */
@ -134,10 +134,11 @@ td.titlecell {
/* mail tableview */
.tableview {
font-size: 9pt;
font-size: medium;
font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
vertical-align: top;
}
.tableview td {
border-top-width: 1px;
border-top-color: white;
@ -153,11 +154,11 @@ td.titlecell {
}
.tableview_highlight {
font-size: 9pt;
font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
vertical-align: top;
background-color: #D4D0C8;
background-color: #DCDAD5;
}
.tableview_highlight td {
border-top-width: 1px;
border-bottom-width: 1px;
@ -179,7 +180,7 @@ td.tbtv_navcell {
padding-left: 4px;
padding-right: 4px;
background-color: #D4D0C8;
background-color: #DCDAD5;
}
td.tbtv_headercell {
@ -194,7 +195,7 @@ td.tbtv_headercell {
padding-left: 4px;
padding-right: 4px;
background-color: #D4D0C8;
background-color: #DCDAD5;
}
td.tbtv_actcell {
@ -209,7 +210,7 @@ td.tbtv_actcell {
padding-left: 4px;
padding-right: 4px;
background-color: #D4D0C8;
background-color: #DCDAD5;
}
td.tbtv_headercell a {
@ -270,6 +271,11 @@ td.mailer_listcell_regular a {
text-decoration: none;
}
tr.tableview td.mailer_listcell_regular {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}
div.mailer_readicon {
/* TODO: use Thunderbird icon */
background-image: url(icon_read.gif);
@ -342,7 +348,7 @@ pre.mailer_plaincontent {
/* attachment editor */
form#attachment_form {
background-color: #D4D0C8;
background-color: #DCDAD5;
padding: 1px;
}
@ -372,13 +378,13 @@ td.attachment_uplabel {
/* attachment link viewer */
div.linked_attachment_frame {
background-color: #D4D0C8;
background-color: #DCDAD5;
padding: 4px;
}
div.linked_attachment_body {
font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
font-size: 10pt;
font-size: medium;
padding: 4px;
border-width: 1;
@ -397,7 +403,7 @@ div.linked_attachment_meta {
}
table.linked_attachment_meta {
font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
font-size: 10pt;
font-size: medium;
color: #444444;
font-style: italic;
}
@ -414,7 +420,7 @@ table.linkbanner {
}
.linkbannerlinks {
font-size: 10pt;
font-size: medium;
vertical-align: bottom;
text-align: left;
}