diff --git a/ChangeLog b/ChangeLog index 0e01f6c97..7b9dccc48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-07 Wolfgang Sourdeau + + * UI/MainUI/SOGoRootPage.[hm]: made a subclass of UIxComponent + instead of UIxPageFrame. + 2007-09-06 Wolfgang Sourdeau * UI/MainUI/SOGoRootPage.m ([-defaultAction]): commented out. diff --git a/UI/MainUI/SOGoRootPage.h b/UI/MainUI/SOGoRootPage.h index fe3ebe466..387e11cd7 100644 --- a/UI/MainUI/SOGoRootPage.h +++ b/UI/MainUI/SOGoRootPage.h @@ -23,9 +23,9 @@ #ifndef SOGOROOTPAGE_H #define SOGOROOTPAGE_H -#import +#import -@interface SOGoRootPage : UIxPageFrame +@interface SOGoRootPage : UIxComponent { NSString *userName; } diff --git a/UI/Templates/MainUI/SOGoRootPage.wox b/UI/Templates/MainUI/SOGoRootPage.wox index 6635a51f4..0fa3da10e 100644 --- a/UI/Templates/MainUI/SOGoRootPage.wox +++ b/UI/Templates/MainUI/SOGoRootPage.wox @@ -1,84 +1,26 @@ - - + - - - - <var:string label:value="title"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

-
- -
- -
-
-
+
+
+

+
+ +
+
- - - - - +
+
+ + diff --git a/UI/WebServerResources/generic.js b/UI/WebServerResources/generic.js index 608947f61..95a19fc7b 100644 --- a/UI/WebServerResources/generic.js +++ b/UI/WebServerResources/generic.js @@ -1260,9 +1260,8 @@ function loadPreferences() { } function onLoadHandler(event) { - if (!document.body.hasClassName("loginPage")) { + if (UserLogin) loadPreferences(); - } queryParameters = parseQueryParameters('' + window.location); if (!$(document.body).hasClassName("popup")) { initLogConsole();