diff --git a/ChangeLog b/ChangeLog index da37d5364..e99b6bf79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-21 Wolfgang Sourdeau + + * UI/Common/UIxPageFrame.m ([UIxPageFrame -buildDate]): new method + that returns the build date of SOGo in the template. + 2007-08-20 Wolfgang Sourdeau * SoObjects/Contacts/SOGoContactGCSFolder.m ([SOGoContactGCSFolder diff --git a/UI/Common/UIxPageFrame.m b/UI/Common/UIxPageFrame.m index 77209b058..b093fa75b 100644 --- a/UI/Common/UIxPageFrame.m +++ b/UI/Common/UIxPageFrame.m @@ -26,6 +26,8 @@ #import #import +#import
+ #import "UIxPageFrame.h" @implementation UIxPageFrame @@ -74,6 +76,11 @@ return item; } +- (NSString *) buildDate +{ + return SOGoBuildDate; +} + - (NSString *) ownerInContext { return [[self clientObject] ownerInContext: nil]; diff --git a/UI/Templates/UIxPageFrame.wox b/UI/Templates/UIxPageFrame.wox index 736fa087e..7beb0011f 100644 --- a/UI/Templates/UIxPageFrame.wox +++ b/UI/Templates/UIxPageFrame.wox @@ -17,6 +17,7 @@ +