]> err.no Git - scalable-opengroupware.org/commitdiff
added new Anais icon
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 21 Jul 2005 11:42:15 +0000 (11:42 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 21 Jul 2005 11:42:15 +0000 (11:42 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@871 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/SOGo.xcodeproj/project.pbxproj
SOGo/UI/MailerUI/ChangeLog
SOGo/UI/MailerUI/Toolbars/SOGoDraftObject.toolbar
SOGo/UI/MailerUI/Version
SOGo/UI/WebServerResources/ChangeLog
SOGo/UI/WebServerResources/mailer.css
SOGo/UI/WebServerResources/tbtb_anais.png [new file with mode: 0644]

index 235c08e23b645a11cfb2b45fecbfbefed53b6a2c..ff25403627b4b8d36e6927ed671efff0cb9eaef4 100644 (file)
                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 */,
                        );
index 81596c04dd450ed9e68e7616b740e8d8ce756e7f..7c017ff40036afa5a6ed8a1db9f1b85be463d8b6 100644 (file)
@@ -1,7 +1,13 @@
 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>
 
index cd075ff24c55906ef75daa046f6be2f6755800d1..d13346cae174fecdf206f79257ea6ce24b756637 100644 (file)
@@ -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"; },
index b893c12f4bdb48e776ce5e5fcb0be08a2f6ea294..198e67e37e6eb4ff1bbaaa3fa2c734fdcdbad984 100644 (file)
@@ -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
index 67b8a6ee094b0013419bd3910ea5501fdfb53964..516e95c7008ffcc97ee61ba79f4443d0143388b2 100644 (file)
@@ -1,3 +1,10 @@
+2005-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * tbtb_anais.png: new icon for Anais
+
+       * mailer.css: added tbicon_anais for Anais icon
+
+       * 
 2005-07-21  Helge Hess  <helge.hess@opengroupware.org>
 
        * mailer.js: fixed a Linux Firefox issue with using POST in
index 122e1155f430e9bb89b67acbf7b5835a9c54a3cf..8ebe58d5ac25f86d88640bea9b11c17185852207 100644 (file)
@@ -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 (file)
index 0000000..96c113c
Binary files /dev/null and b/SOGo/UI/WebServerResources/tbtb_anais.png differ