From b15f3566c29ba8fe309b881b98ea002f09e1a86b Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 21 Aug 2007 14:45:38 +0000 Subject: [PATCH] Monotone-Parent: 36cd8256a67293e511d69425843fc45f0edc23ea Monotone-Revision: 80bd60aee363e3ed4623c0effe907fe46d878561 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-21T14:45:38 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 5 +++++ UI/Common/UIxPageFrame.m | 7 +++++++ UI/Templates/UIxPageFrame.wox | 1 + 3 files changed, 13 insertions(+) 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 @@ +