+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.
UIxAppFrame.wox \
UIxAppHeader.wox \
UIxAppNavigation.wox \
- UIxWinClose.wox \
- UIxAppNavView.wox \
+ UIxWinClose.wox \
+ UIxAppNavView.wox \
\
- zidestoreui.css \
+ uix.css \
calendar.css \
\
images/OGoLogo.gif \
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) {
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 {
<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>
// $Id$
-#ifndef __ZideStoreUI_UIxAppointmentView_H__
-#define __ZideStoreUI_UIxAppointmentView_H__
+#ifndef __SOGo_UIxAppointmentView_H__
+#define __SOGo_UIxAppointmentView_H__
#include <SOGoUI/UIxComponent.h>
@end
-#endif /* __ZideStoreUI_UIxAppointmentView_H__ */
+#endif /* __SOGo_UIxAppointmentView_H__ */
// 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];