mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 05:48:50 +00:00
Monotone-Parent: e2d85b05fa8aa8da95376091156223f1648f9677
Monotone-Revision: f09166c5b5e0bf596307ef52de183cd6eabbf420 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-11-26T14:32:28 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1476,7 +1476,7 @@ function onMenuModify(event) {
|
||||
var selected = folders.getSelectedNodes()[0];
|
||||
|
||||
if (UserLogin == selected.getAttribute("owner")) {
|
||||
var node = selected.childNodes[4];
|
||||
var node = selected.childNodes[selected.childNodes.length - 1];
|
||||
var currentName = node.nodeValue.trim();
|
||||
var newName = window.prompt(labels["Name of the Calendar"],
|
||||
currentName);
|
||||
|
||||
@@ -93,7 +93,7 @@ TEXTAREA
|
||||
padding-bottom: 0em; }
|
||||
|
||||
SELECT#calendarList
|
||||
{ width: 18em; }
|
||||
{ width: 17em; }
|
||||
|
||||
A#changeUrlButton
|
||||
{ margin-left: 1em; }
|
||||
|
||||
Reference in New Issue
Block a user