Monotone-Parent: baf0d375fa330122cb9d209131a4401da2ecfb59

Monotone-Revision: d9da13213c1237ed3f324c998977af498a27d06e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-18T14:51:20
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-18 14:51:20 +00:00
parent b798cc38cf
commit e2c9f60ed9
3 changed files with 0 additions and 46 deletions
-1
View File
@@ -9,7 +9,6 @@ ContactsUI_PRINCIPAL_CLASS = ContactsUIProduct
ContactsUI_LANGUAGES = English French
ContactsUI_OBJC_FILES = \
UIxContactsSchedulerSelection.m \
UIxContactsMailerSelection.m \
UIxContactsCalendarsSelection.m \
\
@@ -1,30 +0,0 @@
/*
Copyright (C) 2004-2005 SKYRIX Software AG
This file is part of OpenGroupware.org.
OGo is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version.
OGo is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
License for more details.
You should have received a copy of the GNU Lesser General Public
License along with OGo; see the file COPYING. If not, write to the
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
#import <SOGoUI/UIxComponent.h>
@interface UIxContactsSchedulerSelection : UIxComponent
@end
@implementation UIxContactsSchedulerSelection
@end /* UIxContactsSchedulerSelection */
@@ -1,15 +0,0 @@
<?xml version='1.0' standalone='yes'?>
<span
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:uix="OGo:uix"
xmlns:label="OGo:label"
xmlns:rsrc="OGo:url"
>
<input type="submit"
class="button"
label:value="Add Selected Contacts"
name="validate"
onclick="return onConfirmContactSelection(null);" />
</span>