Monotone-Parent: 7d00dc40e4703750dc10ef05910f0c4d9a7162fb

Monotone-Revision: fc9d10c123885769669adb2eef1fa95420c32ff6

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-02T19:27:57
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-04-02 19:27:57 +00:00
parent 1445ac4d5b
commit ad372b07aa
3 changed files with 6 additions and 10 deletions

View File

@ -956,16 +956,6 @@ function addContact(tag, fullContactName, contactId, contactName, contactEmail)
return false;
}
function onChangeCalendar(list) {
var form = document.forms.editform;
log ("before: " + form.getAttribute("action"));
var urlElems = form.getAttribute("action").split("/");
urlElems[urlElems.length-4]
= list.childNodesWithTag("option")[list.value].innerHTML;
form.setAttribute("action", urlElems.join("/"));
log ("after: " + form.getAttribute("action"));
}
function validateBrowseURL(input) {
var button = $("browseURLBtn");

View File

@ -89,6 +89,9 @@ TEXTAREA
right: 1em;
padding-bottom: 0em; }
SELECT#calendarList
{ width: 7em; }
A#changeUrlButton
{ margin-left: 1em; }

View File

@ -61,6 +61,9 @@ TEXTAREA
right: 1em;
padding-bottom: 0em; }
SELECT#calendarList
{ width: 7em; }
A#changeUrlButton
{ margin-left: 1em; }