Monotone-Parent: 999155b1f40eb1bd1f5c2c2a0f8ab66619a4d3ac

Monotone-Revision: 6a0bee3b1450b1747db470edb8f2c937065902e5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-19T14:41:32
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2006-10-19 14:41:32 +00:00
parent 6cff2389d8
commit 3d7ab63529
2 changed files with 12 additions and 7 deletions

View file

@ -855,3 +855,11 @@ function addContact(tag, fullContactName, contactId, contactName, contactEmail)
return false;
}
function onChangeCalendar(list) {
var form = document.forms.editform;
var urlElems = form.getAttribute("action").split("/");
urlElems[urlElems.length-4]
= list.childNodesWithTag("option")[list.value].innerHTML;
form.setAttribute("action", urlElems.join("/"));
}

View file

@ -37,11 +37,12 @@ SPAN.headerInput > INPUT
padding-left: 24px;
background-image: url('/SOGo.woa/WebServerResources/abcard.gif');
background-repeat: no-repeat;
background-position: 2px 2px;
background-position: left middle;
margin-right: -9em; }
DIV#subjectRow INPUT
{ background-image: none;
width: 38em;
padding-left: .5em; }
div#compose_internetmarker {
@ -54,11 +55,7 @@ div#compose_internetmarker {
}
div#headerArea
{ position: absolute;
left: 0px;
right: 0px;
height: 12em;
border-top: 2px solid #fffffb;
{ border-top: 2px solid #fffffb;
border-left: 2px solid #fffffb;
border-right: 2px solid #888;
border-bottom: 2px solid #888;
@ -71,7 +68,7 @@ div#attachmentsArea
{ display: none;
float: right;
width: 12em;
height: 12em;
height: 100%;
margin: 0px;
padding-right: 1em;
padding-left: 5px;