Monotone-Parent: 36cd8256a67293e511d69425843fc45f0edc23ea

Monotone-Revision: 80bd60aee363e3ed4623c0effe907fe46d878561

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-21T14:45:38
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-08-21 14:45:38 +00:00
parent 596cad490e
commit b15f3566c2
3 changed files with 13 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
2007-08-21 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Common/UIxPageFrame.m ([UIxPageFrame -buildDate]): new method
that returns the build date of SOGo in the template.
2007-08-20 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Contacts/SOGoContactGCSFolder.m ([SOGoContactGCSFolder
+7
View File
@@ -26,6 +26,8 @@
#import <SOGoUI/UIxComponent.h>
#import <SOGo/SOGoUser.h>
#import <Main/build.h>
#import "UIxPageFrame.h"
@implementation UIxPageFrame
@@ -74,6 +76,11 @@
return item;
}
- (NSString *) buildDate
{
return SOGoBuildDate;
}
- (NSString *) ownerInContext
{
return [[self clientObject] ownerInContext: nil];
+1
View File
@@ -17,6 +17,7 @@
<meta name="description" content="SOGo Web Interface" />
<meta name="author" content="SKYRIX Software AG/Inverse groupe conseil" />
<meta name="robots" content="stop" />
<meta name="build" var:content="buildDate" />
<link href="mailto:support@inverse.ca" rev="made" />
<link rel="shortcut icon" rsrc:href="lori_16x16.ico" type="image/x-icon" />
<link type="text/css" rel="stylesheet" rsrc:href="generic.css" />