refType = 4;
sourceTree = "<group>";
};
+ AD494D1806F6EB3A00E51EC9 = {
+ fileEncoding = 5;
+ indentWidth = 2;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ path = SOGoMailAccount.h;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ AD494D1906F6EB3A00E51EC9 = {
+ fileEncoding = 5;
+ indentWidth = 2;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.objc;
+ path = SOGoMailAccount.m;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ AD494D1A06F6EB3A00E51EC9 = {
+ fileEncoding = 5;
+ indentWidth = 2;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ path = SOGoMailAccounts.h;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ AD494D1B06F6EB3A00E51EC9 = {
+ fileEncoding = 5;
+ indentWidth = 2;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.objc;
+ path = SOGoMailAccounts.m;
+ refType = 4;
+ sourceTree = "<group>";
+ };
AD5ED0AF06B1385700E3EC4B = {
fileEncoding = 4;
isa = PBXFileReference;
children = (
ADDF4D6A06DE0BAB00C4E7F8,
ADDF4D6D06DE0BAB00C4E7F8,
+ AD494D1A06F6EB3A00E51EC9,
+ AD494D1B06F6EB3A00E51EC9,
+ AD494D1806F6EB3A00E51EC9,
+ AD494D1906F6EB3A00E51EC9,
ADDF4D6F06DE0BAB00C4E7F8,
ADDF4D7006DE0BAB00C4E7F8,
ADDF4D7106DE0BAB00C4E7F8,
+2004-09-14 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * v0.9.11
+
+ * UIxContactSelector.m: changed width of satellite window to 800px
+
+ * UIxContactsSelectionView.m: hardcoded paths to stylesheets due to
+ resource lookup problems.
+
+ * French.lproj/defaults.plist: copied the English strings here
+
2004-09-13 Marcus Mueller <znek@mulle-kybernetik.com>
* v0.9.10
/* this file is in ISO-8859-1 format! */
+
+"Addressbook" = "Addressbook";
+"Contact viewer" = "Contact Viewer";
+"Contact editor" = "Contact Editor";
+
+"Name" = "Name";
+"Lastname" = "Lastname";
+"Firstname" = "Firstname";
+"EMail" = "Email";
+"Phone" = "Phone";
+"Fax" = "Fax";
+"Location" = "Location";
+"Organisation" = "Organisation";
+"Unit" = "Unit";
+"Common" = "Common";
+
+"Addresses" = "Addresses";
+"Postal" = "Postal";
+"Home" = "Home";
+"Extended" = "Extended";
+"URL" = "URL";
+
+/* button labels */
+
+"new" = "new";
+"edit" = "edit";
+"delete" = "delete";
+"Save" = "Save";
+"Cancel" = "Cancel";
static NSString *codeFmt = \
@"function %@() {\n"
@" var url = '../../Contacts/select?callback=%@';\n"
- @" var contactsWindow = window.open(url, '%@', 'width=420, height=400, left=10, top=10, toolbar=no, dependent=yes, menubar=no, location=no, resizable=yes, scrollbars=yes, directories=no, status=no');\n"
+ @" var contactsWindow = window.open(url, '%@', 'width=600, height=400, left=10, top=10, toolbar=no, dependent=yes, menubar=no, location=no, resizable=yes, scrollbars=yes, directories=no, status=no');\n"
@" contactsWindow.focus();\n"
@"}";
return [NSString stringWithFormat:codeFmt,
<meta name="description" content="SOGo Web Interface"/>
<meta name="author" content="SKYRIX Software AG"/>
<meta name="robots" content="stop"/>
+ <!-- THIS DOESN'T WORK
<link type="text/css" rel="stylesheet" rsrc:href="uix.css"/>
<link type="text/css" rel="stylesheet" rsrc:href="calendar.css"/>
+ -->
+ <link type="text/css"
+ rel="stylesheet"
+ href="/sogod/so/ControlPanel/Products/CommonUI/Resources/uix.css"
+ />
+ <link type="text/css"
+ rel="stylesheet"
+ href="/sogod/so/ControlPanel/Products/CommonUI/Resources/calendar.css"
+ />
<link href="mailto:hh@skyrix.com" rev="made"/>
<style>
table.contacttableview {
# $Id$
-SUBMINOR_VERSION:=10
+SUBMINOR_VERSION:=11