+2007-04-04 Wolfgang Sourdeau <wsourdeau@inverse.ca>
+
+ * UI/Contacts/UIxContactsListView.m ([UIxContactsListView
+ -selectorComponentClass]): restored method.
+
2007-04-03 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Scheduler/UIxCalTasksListView.m ([UIxCalTasksListView
return self;
}
+- (NSString *) selectorComponentClass
+{
+ return selectorComponentClass;
+}
+
- (id <WOActionResults>) deleteAction
{
id <WOActionResults> result;
*/
#import <Foundation/NSArray.h>
+#import <Foundation/NSDictionary.h>
#import <SaxObjC/SaxAttributes.h>
#import <SaxObjC/SaxContentHandler.h>
#import <SaxObjC/SaxLexicalHandler.h>
/* Button Titles */
+"Add..." = "Add...";
+"Remove" = "Remove";
+
"new" = "New";
"printview" = "Print View";
"edit" = "Edit";
"Previous hour" = "Previous hour";
"Next hour" = "Next hour";
+/* apt list */
+"Title" = "Title";
+"Start" = "Start";
+"End" = "End";
+"Location" = "Location";
+
"closeThisWindowMessage" = "Thank you! You may now close this window.";
"Multicolumn Day View" = "Multicolumn Day View";
/* Button Titles */
+"Add..." = "Ajouter...";
+"Remove" = "Enlever";
+
"new" = "Nouveau";
"printview" = "Version imprimable";
"edit" = "Éditer";
"show_rejected_apts" = "Afficher les rendez-vous refusés";
"hide_rejected_apts" = "Cacher les rendez-vous refusés";
-
/* Schedule */
"Schedule" = "Suivi de rendez-vous";
"Invalid iCal data!" = "Données iCal non valides ...";
"Could not create iCal data!" = "Les données iCal n'ont pu être crées ...";
-
/* Searching */
"view_all" = "Tous";
"Previous hour" = "Heure précédente";
"Next hour" = "Prochaine heure";
+/* apt list */
+"Title" = "Titre";
+"Start" = "Début";
+"End" = "Fin";
+"Location" = "Lieu";
+
"closeThisWindowMessage" = "Merci! Vous pouvez maintenant fermer cette fenêtre.";
"Multicolumn Day View" = "Multicolonne";
function expandUpperTree(node) {
var currentNode = node.parentNode;
- while (currentNode.className != "dtree")
- {
- if (currentNode.className == 'clip')
- {
- var id = currentNode.getAttribute("id");
- var number = parseInt(id.substr(2));
- if (number > 0)
- {
- var cn = d.aNodes[number];
- d.nodeStatus(1, number, cn._ls);
- }
- }
+ while (currentNode.className != "dtree") {
+ if (currentNode.className == 'clip') {
+ var id = currentNode.getAttribute("id");
+ var number = parseInt(id.substr(2));
+ if (number > 0) {
+ var cn = d.aNodes[number];
+ d.nodeStatus(1, number, cn._ls);
+ }
+ }
currentNode = currentNode.parentNode;
- }
+ }
}
function initMailboxSelection(mailboxName) {
if (params.length > 0)
urlstr += "?" + params.join("&");
- window.open(urlstr, "", "width=490,height=600,resizable=0");
+ window.open(urlstr, "", "width=490,height=470,resizable=0");
return false; /* stop following the link */
}
var urlstr = urlBase + id + "/edit";
var win = window.open(urlstr, "SOGo_edit_" + id,
- "width=490,height=600,resizable=0");
+ "width=490,height=470,resizable=0");
win.focus();
}
colorBox.style.backgroundColor = color + ";";
}
li.appendChild(colorBox);
- li.appendChild(document.createTextNode(folderName));
+ li.appendChild(document.createTextNode(" " + folderName));
calendarList.appendChild(li);
var contactId = folder.split(":")[0];
var styles = document.getElementsByTagName("style");
styles[0].innerHTML += ('.ownerIs' + contactId + ' {'
- + ' color: '
- + color + ';'
+ ' background-color: '
+ color
+ ' !important; }');
DIV.tabsContainer > UL LI.active
{ z-index: 5;
background: #d4d0c8;
- border-bottom: 1px solid none;
+ border-bottom: 1px none #fff;
padding-top: 2px;
padding-bottom: 3px;
margin-top: -3px; }