+2005-07-14 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * UIxCalView.m: removed resourcePath stuff as this isn't used
+ anywhere anymore (and it shouldn't) (v0.9.130)
+
2005-07-13 Marcus Mueller <znek@mulle-kybernetik.com>
* English.lproj/Localizable.strings: "Schedule" maps to
stringByAppendingString:@"/view"];
}
-/* backend */
-
-/* resource URLs (TODO?) */
-
-- (NSString *)resourcePath {
- // TODO: broken
- // TODO: where is this used?
- return @"/sogod.woa/WebServerResources/";
-}
-
-- (NSString *)favIconPath {
- return [[self resourcePath] stringByAppendingPathComponent:@"favicon.ico"];
-}
-
/* fetching */
- (NSCalendarDate *)startDate {
# Version file
-SUBMINOR_VERSION:=129
+SUBMINOR_VERSION:=130
# v0.9.123 requires Appointments v0.9.35
# v0.9.123 requires SOGoUI v0.9.24
2005-07-14 Marcus Mueller <znek@mulle-kybernetik.com>
+ * UIxContactsSelectionView.wox: removed hardcoded stylesheet paths,
+ provided rsrc: driven paths as this works now
+
* UIxCalSelectTab.wox: removed 'Schedule' tab.
* UIxCalScheduleOverview.wox: rewritten to be a subcomponent instead
<meta name="description" content="SOGo Web Interface"/>
<meta name="author" content="SKYRIX Software AG"/>
<meta name="robots" content="stop"/>
- <!-- THIS DOESN'T WORK
<link type="text/css" rel="stylesheet" rsrc:href="uix.css"/>
<link type="text/css" rel="stylesheet" rsrc:href="calendar.css"/>
- -->
- <link type="text/css"
- rel="stylesheet"
- href="/sogod/so/ControlPanel/Products/CommonUI/Resources/uix.css"
- />
- <link type="text/css"
- rel="stylesheet"
- href="/sogod/so/ControlPanel/Products/CommonUI/Resources/calendar.css"
- />
<link href="mailto:hh@skyrix.com" rev="made"/>
<style>
table.contacttableview {