]> err.no Git - scalable-opengroupware.org/commitdiff
zidestoreui.css -> uix.css
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 7 Jul 2004 17:01:01 +0000 (17:01 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 7 Jul 2004 17:01:01 +0000 (17:01 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@140 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/ChangeLog
SOGo/UI/Common/GNUmakefile
SOGo/UI/Common/UIxAppHeader.wox
SOGo/UI/Common/UIxAppNavigation.wox
SOGo/UI/Common/UIxPageFrame.wox
SOGo/UI/Common/uix.css [moved from SOGo/UI/Common/zidestoreui.css with 100% similarity]
SOGo/UI/Scheduler/UIxAppointmentView.h
SOGo/UI/Scheduler/UIxCalView.m

index a7cee7830eba7ca9896728e46605dff34fa74bee..0367a1a4d73401a316bdbbcc71456a520d486dac 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-07  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * Replaced all occurrences of zidestoreui.css with uix.css
+
 2004-06-30  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * SOGoUI: moved over from Common to ease build dependencies.
index e00b3c3f8a2dd1127bf5f1e9460619bdfdb0bcaf..d4e578f04e6cb95f84a6641b32a9caf771b46679 100644 (file)
@@ -29,10 +29,10 @@ CommonUI_RESOURCE_FILES += \
        UIxAppFrame.wox         \
        UIxAppHeader.wox        \
        UIxAppNavigation.wox    \
-       UIxWinClose.wox \
-       UIxAppNavView.wox \
+       UIxWinClose.wox         \
+       UIxAppNavView.wox       \
        \
-       zidestoreui.css         \
+       uix.css                 \
        calendar.css            \
        \
        images/OGoLogo.gif      \
index 18c78b2e282a6832fccf8405390292481c0d7a47..a76031ede94c82380c3a73b761fdc96920eb0e2d 100644 (file)
@@ -6,7 +6,7 @@
       xmlns:rsrc="OGo:url"
 >
   <head>
-    <link type="text/css" rel="stylesheet" rsrc:href="zidestoreui.css" />
+    <link type="text/css" rel="stylesheet" rsrc:href="uix.css" />
 
     <script language="javascript">
       function viewInNavi(url) {
index 27eadaf5331868395655c45304625943f8e40f76..6d24578bc8e93bd804b2e79984b79db1f07de03e 100644 (file)
@@ -6,7 +6,7 @@
       xmlns:rsrc="OGo:url"
 >
   <head>
-    <link type="text/css" rel="stylesheet" rsrc:href="zidestoreui.css" />
+    <link type="text/css" rel="stylesheet" rsrc:href="uix.css" />
 
     <style>
       a:link, a:visited, a:active, a:hover { 
index 378c365f62e0b26a4578a4f07ed3c7709413576b..622ecbab272e3f021c44aa2fcd893ed60f90b20c 100644 (file)
@@ -7,7 +7,7 @@
     <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"/>
+    <link type="text/css" rel="stylesheet" rsrc:href="uix.css"/>
     <link type="text/css" rel="stylesheet" rsrc:href="calendar.css"/>
     <link href="mailto:hh@skyrix.com" rev="made"/>
   </head>
index 03b1ce3eae7fe14d18382c34d855c5eee866de85..02f1b0c39aa401941455a3222c41cccda23e9246 100644 (file)
@@ -1,7 +1,7 @@
 // $Id$
 
-#ifndef __ZideStoreUI_UIxAppointmentView_H__
-#define __ZideStoreUI_UIxAppointmentView_H__
+#ifndef __SOGo_UIxAppointmentView_H__
+#define __SOGo_UIxAppointmentView_H__
 
 #include <SOGoUI/UIxComponent.h>
 
@@ -23,4 +23,4 @@
 
 @end
 
-#endif /* __ZideStoreUI_UIxAppointmentView_H__ */
+#endif /* __SOGo_UIxAppointmentView_H__ */
index ec9baee4b093dbd686a7cd4c81e554a55da429dc..507464742add6c7418450a32226de3be266feaa1 100644 (file)
   
   // TODO: there should be reusable functionality for that!
 #warning ZideStore specific?
-  path = @"ControlPanel/Products/ZideStoreUI/Resources/zidestoreui.css";
+  path = @"ControlPanel/Products/ZideStoreUI/Resources/uix.css";
   return [[self context] urlWithRequestHandlerKey:@"so"
                         path:path
                         queryString:nil];