From: helge Date: Tue, 19 Jul 2005 07:56:26 +0000 (+0000) Subject: validate that apt has a title X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bf78adbafb7e49cc5bfefa8b5684e13701a50df;p=scalable-opengroupware.org validate that apt has a title git-svn-id: http://svn.opengroupware.org/SOGo/trunk@814 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/SoObjects/SOGo/SOGoAppointment.m b/SOGo/SoObjects/SOGo/SOGoAppointment.m index ca48a32c..63710860 100644 --- a/SOGo/SoObjects/SOGo/SOGoAppointment.m +++ b/SOGo/SoObjects/SOGo/SOGoAppointment.m @@ -55,7 +55,7 @@ static NGLogger *logger = nil; sax = [[SaxObjectDecoder alloc] initWithMappingNamed:@"NGiCal"]; if (sax == nil) [logger fatalWithFormat:@"could not create the iCal SAX handler!"]; - + [parser setContentHandler:sax]; [parser setErrorHandler:sax]; } diff --git a/SOGo/UI/Contacts/English.lproj/Localizable.strings b/SOGo/UI/Contacts/English.lproj/Localizable.strings index bfe7e055..0ececb30 100644 --- a/SOGo/UI/Contacts/English.lproj/Localizable.strings +++ b/SOGo/UI/Contacts/English.lproj/Localizable.strings @@ -37,4 +37,4 @@ /* error */ -"invalidemailwarn" = "Invalid E-Mail Field, Continue?"; +"invalidemailwarn" = "Invalid email field, continue?"; diff --git a/SOGo/UI/Scheduler/English.lproj/Localizable.strings b/SOGo/UI/Scheduler/English.lproj/Localizable.strings index e3725154..1db9cf39 100644 --- a/SOGo/UI/Scheduler/English.lproj/Localizable.strings +++ b/SOGo/UI/Scheduler/English.lproj/Localizable.strings @@ -210,3 +210,7 @@ "MEETING" = "Meeting"; "HOLIDAY" = "Holiday"; "PHONE CALL" = "Phone"; + +/* validation errors */ + +validate_notitle = "No title is set, continue?"; diff --git a/SOGo/UI/Templates/ChangeLog b/SOGo/UI/Templates/ChangeLog index 602c63c6..397ed582 100644 --- a/SOGo/UI/Templates/ChangeLog +++ b/SOGo/UI/Templates/ChangeLog @@ -1,3 +1,8 @@ +2005-07-19 Helge Hess + + * UIxAppointmentEditor.wox: check whether title is set and raise a + confirm panel if not + 2005-07-18 Helge Hess * ContactsUI/UIxContactEditor.wox: validate email field prior form diff --git a/SOGo/UI/Templates/UIxAppointmentEditor.wox b/SOGo/UI/Templates/UIxAppointmentEditor.wox index ee4d18b3..a3ce8bec 100644 --- a/SOGo/UI/Templates/UIxAppointmentEditor.wox +++ b/SOGo/UI/Templates/UIxAppointmentEditor.wox @@ -1,16 +1,31 @@ - -
+ + + + +
@@ -29,12 +44,12 @@
-
- +
+

- + @@ -85,8 +100,8 @@ @@ -111,11 +126,8 @@ @@ -130,8 +142,7 @@
- +
- +
- - - @@ -193,10 +201,9 @@ - + +