mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 08:23:28 +00:00
Improved ACLs editor window
Monotone-Parent: da6b5b0b22738692fb0aafb95b28a58d2a16855e Monotone-Revision: 18e33d0c1964c0a62a8a43c69d2300477fb492b5 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-12-23T15:51:12 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -19,7 +19,7 @@ var contactSelectorAction = 'calendars-contacts';
|
||||
var eventsToDelete = [];
|
||||
var calendarsOfEventsToDelete = [];
|
||||
|
||||
var usersRightsWindowHeight = 250;
|
||||
var usersRightsWindowHeight = 215;
|
||||
var usersRightsWindowWidth = 502;
|
||||
|
||||
var calendarEvents = null;
|
||||
@@ -282,8 +282,10 @@ function deleteEventCallback(http) {
|
||||
document.deleteEventAjaxRequest = null;
|
||||
}
|
||||
}
|
||||
else
|
||||
log ("deleteEventCallback Ajax error");
|
||||
else if (parseInt(http.status) == 403)
|
||||
window.alert(clabels["You don't have the required privileges to perform the operation."]);
|
||||
else
|
||||
log ("deleteEventCallback Ajax error (" + http.status + ")");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -13,30 +13,15 @@ DIV.title SPAN.value
|
||||
font-weight: bold; }
|
||||
|
||||
DIV.calendarUserRights
|
||||
{ margin: 1em;}
|
||||
{ margin: 1em; }
|
||||
|
||||
DIV.calendarUserRights > TABLE
|
||||
{ background-color: #fff;
|
||||
width: 480px;
|
||||
color: #999;
|
||||
border-collapse: collapse;
|
||||
border: 1px solid #222; }
|
||||
|
||||
DIV.calendarUserRights > TABLE TR.permissions TH
|
||||
{ color: #00f;
|
||||
/* background-color: #ddd;
|
||||
*/ border-bottom: 1px solid #999; }
|
||||
|
||||
DIV.calendarUserRights > TABLE TH
|
||||
{ width: 70px; }
|
||||
|
||||
DIV.calendarUserRights > TABLE TD.eventType
|
||||
{ text-align: right;
|
||||
border-right: 1px solid #999; }
|
||||
|
||||
DIV.calendarUserRights > TABLE TD
|
||||
{ text-align: center;
|
||||
border-top: 1px solid #cecbff; }
|
||||
DIV.calendarUserRights SPAN
|
||||
{ float: left;
|
||||
clear: right;
|
||||
line-height: 2em;
|
||||
margin-right: 1em;
|
||||
text-align: right;
|
||||
width: 200px; }
|
||||
|
||||
DIV.buttons
|
||||
{ text-align: right;
|
||||
|
||||
Reference in New Issue
Block a user