mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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];
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user