From: znek Date: Thu, 21 Jul 2005 11:42:15 +0000 (+0000) Subject: added new Anais icon X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49efefa3d8a433c924d7571bbc49796c9e038bf0;p=scalable-opengroupware.org added new Anais icon git-svn-id: http://svn.opengroupware.org/SOGo/trunk@871 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/SOGo.xcodeproj/project.pbxproj b/SOGo/SOGo.xcodeproj/project.pbxproj index 235c08e2..ff254036 100644 --- a/SOGo/SOGo.xcodeproj/project.pbxproj +++ b/SOGo/SOGo.xcodeproj/project.pbxproj @@ -128,6 +128,7 @@ AD3D6860088F9FF600CBB51B /* UIxContactView.wox */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.xml; name = UIxContactView.wox; path = ContactsUI/UIxContactView.wox; sourceTree = ""; }; AD3D68D3088FADA200CBB51B /* UIxMailListView.js */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.javascript; path = UIxMailListView.js; sourceTree = ""; }; AD3D68F7088FB57100CBB51B /* UIxMailEditorAttach.js */ = {isa = PBXFileReference; fileEncoding = 5; indentWidth = 2; lastKnownFileType = sourcecode.javascript; path = UIxMailEditorAttach.js; sourceTree = ""; tabWidth = 2; }; + AD3D696E088FC09F00CBB51B /* ChangeLog */ = {isa = PBXFileReference; fileEncoding = 5; indentWidth = 8; lastKnownFileType = text; name = ChangeLog; path = ../WebServerResources/ChangeLog; sourceTree = ""; usesTabs = 1; }; AD494C6206F5EA6600E51EC9 /* UIxContactSelector.m */ = {isa = PBXFileReference; fileEncoding = 5; indentWidth = 2; lastKnownFileType = sourcecode.c.objc; path = UIxContactSelector.m; sourceTree = ""; }; AD494C8E06F606F900E51EC9 /* UIxContactsSelectionView.m */ = {isa = PBXFileReference; fileEncoding = 5; indentWidth = 2; lastKnownFileType = sourcecode.c.objc; path = UIxContactsSelectionView.m; sourceTree = ""; }; AD494D1806F6EB3A00E51EC9 /* SOGoMailAccount.h */ = {isa = PBXFileReference; fileEncoding = 5; indentWidth = 2; lastKnownFileType = sourcecode.c.h; path = SOGoMailAccount.h; sourceTree = ""; }; @@ -652,6 +653,16 @@ path = ../WebServerResources; sourceTree = ""; }; + AD3D696D088FC08500CBB51B /* WebServerResources */ = { + isa = PBXGroup; + children = ( + AD3D696E088FC09F00CBB51B /* ChangeLog */, + AD3D68D6088FADAA00CBB51B /* CSS */, + AD2C74C3071AA0190087E027 /* JavaScript */, + ); + name = WebServerResources; + sourceTree = ""; + }; AD6BCEE5069D77E9003664CD /* SOGoUI */ = { isa = PBXGroup; children = ( @@ -1201,9 +1212,8 @@ ADDF4DC906DE0E9A00C4E7F8 /* product.plist */, ADDF4DC106DE0E9A00C4E7F8 /* Localizable.strings */, ADDF4DD306DE0EB600C4E7F8 /* Makefiles */, - AD3D68D6088FADAA00CBB51B /* CSS */, - AD2C74C3071AA0190087E027 /* JavaScript */, AD3D67AB088EAF0100CBB51B /* Toolbars */, + AD3D696D088FC08500CBB51B /* WebServerResources */, ADDF4DD906DE0ECB00C4E7F8 /* Classes */, ADDF4DD606DE0EC100C4E7F8 /* Components */, ); diff --git a/SOGo/UI/MailerUI/ChangeLog b/SOGo/UI/MailerUI/ChangeLog index 81596c04..7c017ff4 100644 --- a/SOGo/UI/MailerUI/ChangeLog +++ b/SOGo/UI/MailerUI/ChangeLog @@ -1,7 +1,13 @@ 2005-07-21 Marcus Mueller + * 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 diff --git a/SOGo/UI/MailerUI/Toolbars/SOGoDraftObject.toolbar b/SOGo/UI/MailerUI/Toolbars/SOGoDraftObject.toolbar index cd075ff2..d13346ca 100644 --- a/SOGo/UI/MailerUI/Toolbars/SOGoDraftObject.toolbar +++ b/SOGo/UI/MailerUI/Toolbars/SOGoDraftObject.toolbar @@ -8,7 +8,7 @@ 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"; }, diff --git a/SOGo/UI/MailerUI/Version b/SOGo/UI/MailerUI/Version index b893c12f..198e67e3 100644 --- a/SOGo/UI/MailerUI/Version +++ b/SOGo/UI/MailerUI/Version @@ -1,6 +1,6 @@ # version file -SUBMINOR_VERSION:=164 +SUBMINOR_VERSION:=165 # v0.9.140 requires SoObjects/Mailer v0.9.100 # v0.9.134 requires libSOGo v0.9.41 diff --git a/SOGo/UI/WebServerResources/ChangeLog b/SOGo/UI/WebServerResources/ChangeLog index 67b8a6ee..516e95c7 100644 --- a/SOGo/UI/WebServerResources/ChangeLog +++ b/SOGo/UI/WebServerResources/ChangeLog @@ -1,3 +1,10 @@ +2005-07-21 Marcus Mueller + + * tbtb_anais.png: new icon for Anais + + * mailer.css: added tbicon_anais for Anais icon + + * 2005-07-21 Helge Hess * mailer.js: fixed a Linux Firefox issue with using POST in diff --git a/SOGo/UI/WebServerResources/mailer.css b/SOGo/UI/WebServerResources/mailer.css index 122e1155..8ebe58d5 100644 --- a/SOGo/UI/WebServerResources/mailer.css +++ b/SOGo/UI/WebServerResources/mailer.css @@ -186,6 +186,7 @@ div.tb_consumer { /* consumes the spaces taken by the toolbar */ .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); } diff --git a/SOGo/UI/WebServerResources/tbtb_anais.png b/SOGo/UI/WebServerResources/tbtb_anais.png new file mode 100644 index 00000000..96c113c7 Binary files /dev/null and b/SOGo/UI/WebServerResources/tbtb_anais.png differ