mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 14:43:31 +00:00
Monotone-Parent: 7d00dc40e4703750dc10ef05910f0c4d9a7162fb
Monotone-Revision: fc9d10c123885769669adb2eef1fa95420c32ff6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-02T19:27:57 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
@@ -89,6 +89,9 @@ TEXTAREA
|
||||
right: 1em;
|
||||
padding-bottom: 0em; }
|
||||
|
||||
SELECT#calendarList
|
||||
{ width: 7em; }
|
||||
|
||||
A#changeUrlButton
|
||||
{ margin-left: 1em; }
|
||||
|
||||
|
||||
@@ -61,6 +61,9 @@ TEXTAREA
|
||||
right: 1em;
|
||||
padding-bottom: 0em; }
|
||||
|
||||
SELECT#calendarList
|
||||
{ width: 7em; }
|
||||
|
||||
A#changeUrlButton
|
||||
{ margin-left: 1em; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user