AD3D6860088F9FF600CBB51B /* UIxContactView.wox */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.xml; name = UIxContactView.wox; path = ContactsUI/UIxContactView.wox; sourceTree = "<group>"; };
AD3D68D3088FADA200CBB51B /* UIxMailListView.js */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.javascript; path = UIxMailListView.js; sourceTree = "<group>"; };
AD3D68F7088FB57100CBB51B /* UIxMailEditorAttach.js */ = {isa = PBXFileReference; fileEncoding = 5; indentWidth = 2; lastKnownFileType = sourcecode.javascript; path = UIxMailEditorAttach.js; sourceTree = "<group>"; tabWidth = 2; };
+ AD3D696E088FC09F00CBB51B /* ChangeLog */ = {isa = PBXFileReference; fileEncoding = 5; indentWidth = 8; lastKnownFileType = text; name = ChangeLog; path = ../WebServerResources/ChangeLog; sourceTree = "<group>"; usesTabs = 1; };
AD494C6206F5EA6600E51EC9 /* UIxContactSelector.m */ = {isa = PBXFileReference; fileEncoding = 5; indentWidth = 2; lastKnownFileType = sourcecode.c.objc; path = UIxContactSelector.m; sourceTree = "<group>"; };
AD494C8E06F606F900E51EC9 /* UIxContactsSelectionView.m */ = {isa = PBXFileReference; fileEncoding = 5; indentWidth = 2; lastKnownFileType = sourcecode.c.objc; path = UIxContactsSelectionView.m; sourceTree = "<group>"; };
AD494D1806F6EB3A00E51EC9 /* SOGoMailAccount.h */ = {isa = PBXFileReference; fileEncoding = 5; indentWidth = 2; lastKnownFileType = sourcecode.c.h; path = SOGoMailAccount.h; sourceTree = "<group>"; };
path = ../WebServerResources;
sourceTree = "<group>";
};
+ AD3D696D088FC08500CBB51B /* WebServerResources */ = {
+ isa = PBXGroup;
+ children = (
+ AD3D696E088FC09F00CBB51B /* ChangeLog */,
+ AD3D68D6088FADAA00CBB51B /* CSS */,
+ AD2C74C3071AA0190087E027 /* JavaScript */,
+ );
+ name = WebServerResources;
+ sourceTree = "<group>";
+ };
AD6BCEE5069D77E9003664CD /* SOGoUI */ = {
isa = PBXGroup;
children = (
ADDF4DC906DE0E9A00C4E7F8 /* product.plist */,
ADDF4DC106DE0E9A00C4E7F8 /* Localizable.strings */,
ADDF4DD306DE0EB600C4E7F8 /* Makefiles */,
- AD3D68D6088FADAA00CBB51B /* CSS */,
- AD2C74C3071AA0190087E027 /* JavaScript */,
AD3D67AB088EAF0100CBB51B /* Toolbars */,
+ AD3D696D088FC08500CBB51B /* WebServerResources */,
ADDF4DD906DE0ECB00C4E7F8 /* Classes */,
ADDF4DD606DE0EC100C4E7F8 /* Components */,
);
2005-07-21 Marcus Mueller <znek@mulle-kybernetik.com>
+ * v0.9.165
+
+ * Toolbars/SOGoDraftObject.toolbar: new Anais css
+
+ * v0.9.164
+
* UIxMailEditor.m: fetch attachment names and provide initial style
- information to left/right side of editor component (v0.9.164)
+ information to left/right side of editor component
2005-07-21 Helge Hess <helge.hess@opengroupware.org>
cssClass = "tbicon_addressbook"; label = "Addressbook"; },
{ link = "#"; target = "anais";
onclick = "openAnais(this);return false;";
- cssClass = "tbicon_addressbook"; label = "Anais"; },
+ cssClass = "tbicon_anais"; label = "Anais"; },
{ link = "#"; isSafe = NO;
onclick = "clickedEditorAttach(this)";
cssClass = "tbicon_attach"; label = "Attach"; },
.tbicon_getmail { background-image: url(tbtb_getmail.png); }
.tbicon_compose { background-image: url(tbtb_compose.png); }
.tbicon_addressbook { background-image: url(tbtb_addressbook.png); }
+.tbicon_anais { background-image: url(tbtb_anais.png); }
.tbicon_reply { background-image: url(tbtb_reply.png); }
.tbicon_replyall { background-image: url(tbtb_replyall.png); }
.tbicon_forward { background-image: url(tbtb_forward.png); }