]> err.no Git - scalable-opengroupware.org/commitdiff
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@123 d1b88da0-ebda-0310-925b-ed51d...
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 30 Jun 2004 12:56:03 +0000 (12:56 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 30 Jun 2004 12:56:03 +0000 (12:56 +0000)
SOGo/UI/Common/UIxAppFrame.wox
SOGo/UI/Common/UIxAppHeader.wox
SOGo/UI/Common/UIxPageFrame.wox
SOGo/UI/Common/UIxWinClose.wox
SOGo/UI/Common/bundle-info.plist
SOGo/UI/Common/zidestoreui.css
SOGoLogic/GNUmakefile.preamble
SOGoLogic/SOGoAppointment.m

index 0437cf397827736a301931f6ea4ffb68c36e6970..e91e1293890b9869ba8eb85bde075dcfd67edf4c 100644 (file)
@@ -7,7 +7,7 @@
   <head>
     <title><var:string value="title"/></title>
     
-    <meta name="description" content="ZideStore Web Interface" />
+    <meta name="description" content="SOGo Web Interface" />
     <meta name="author"      content="SKYRIX Software AG" />
     <meta name="robots"      content="stop" />
     
index 4f8c0d2701ae5200ac8188d2a77b552506206158..18c78b2e282a6832fccf8405390292481c0d7a47 100644 (file)
@@ -20,7 +20,7 @@
     <div id="header">
       <img filename="OGoLogo.gif" class="headerlogo" alt="Logo" />
       <div id="headerhistory">
-        <span id="navtitle">ZideStore UI - Experimental</span>
+        <span id="navtitle">SOGo</span>
       </div>
     </div>
     
index efc1f4d9388131f35c2e3a4dc75ea165dd10186c..378c365f62e0b26a4578a4f07ed3c7709413576b 100644 (file)
@@ -4,7 +4,7 @@
     <title>
       <var:string value="title"/>
     </title>
-    <meta name="description" content="ZideStore Web Interface"/>
+    <meta name="description" content="SOGo Web Interface"/>
     <meta name="author" content="SKYRIX Software AG"/>
     <meta name="robots" content="stop"/>
     <link type="text/css" rel="stylesheet" rsrc:href="zidestoreui.css"/>
@@ -16,7 +16,7 @@
     <div id="header">
       <img filename="OGoLogo.gif" class="headerlogo" alt="Logo" />
       <div id="headerhistory">
-        <span id="navtitle">ZideStore UI - Experimental</span>
+        <span id="navtitle">SOGo</span>
       </div>
     </div>
     <br />
@@ -78,7 +78,7 @@
                         <tr>
                           <td>
                             <font class="skydockfont">
-                              <a href="/ZideStore/" class="skydockfont">SOGo (<var:string value="login" />)</a>
+                              <a href="/sogod.woa/so/" class="skydockfont">SOGo (<var:string value="login" />)</a>
                             </font>
                           </td>
                         </tr>
index 35769e42977b9e51f82e7bb8afb5d32b5d36c948..153cf41f55eba1dcaaff2ad19da82b400e2dd072 100644 (file)
@@ -3,4 +3,4 @@
    xmlns:var="http://www.skyrix.com/od/binding"
    xmlns:const="http://www.skyrix.com/od/constant"
    xmlns:rsrc="OGo:url"
-   href="javascript:history.back()"><img border="0" alt="X" src="/ZideStore/so/ControlPanel/Products/CommonUI/Resources/closewindow.gif"/></a>
+   href="javascript:history.back()"><img border="0" alt="X" src="/sogod/so/ControlPanel/Products/CommonUI/Resources/closewindow.gif"/></a>
index c7081c18c5df76adaa63f2da0bbb8494d96b90ae..37a0405d21c060d2cee00c135b5e8d74666f8c1f 100644 (file)
@@ -9,8 +9,6 @@
   };
 
   provides = {
-    ZideStoreProducts = ( { name = CommonUIProduct; } );
-    
     classes = (
       { name = CommonUIProduct;       },
       { name = UIxComponent;          },
index 5d1e878ccdac27033971429f5cc6047796015d03..90657cd26ff2c3844cc4a5552fe6b37074025179 100644 (file)
@@ -1,4 +1,4 @@
-/* ZideStore UI Stylesheet */
+/* SOGo UI Stylesheet */
 
 /* common stuff */
 
index 2fa6e236f135b3574adcb7f67897e59d11aa0e10..ba805980051c909d196190a962d5e762439d0522 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-libSOGoLogic_LIBRARY_DEPENDS_UPON += \
+libSOGoLogic_LIBRARIES_DEPEND_UPON += \
        -lNGiCal        \
        -lSaxObjC
 
index 91c6c220ac3ecdca71b5411ab342c6895b4fd522..3dec7fcfa1a8e9c3a3ff3bf9daf81388d68e0f22 100644 (file)
@@ -70,7 +70,7 @@ static SaxObjectDecoder          *sax   = nil;
 
     /* fill */
     
-    [self logWithFormat:@"root is: %@", root];
+    // [self logWithFormat:@"root is: %@", root];
 
     if ([root isKindOfClass:[iCalEvent class]]) {
       self->event = root;