Monotone-Parent: 766dad0635896e668e91ba03381986aaac17e5c7

Monotone-Revision: 431e778e50cbef56367e4abff8e79f98bf274490

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-30T22:41:09
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2006-10-30 22:41:09 +00:00
parent 445664f2d7
commit 118e05cc78
4 changed files with 30 additions and 33 deletions

View File

@ -122,8 +122,6 @@
else
[email appendString: mail];
NSLog(@"email: '%@'", email);
return email;
}

View File

@ -54,7 +54,7 @@
protectedBy = "View";
pageName = "UIxContactsListView";
};
new = {
new = {
protectedBy = "View";
pageName = "UIxContactEditor";
actionName = "new";
@ -82,11 +82,11 @@
methods = {
view = {
protectedBy = "View";
pageName = "UIxContactsListView";
pageName = "UIxContactsListView";
};
new = {
new = {
protectedBy = "View";
pageName = "UIxContactEditor";
pageName = "UIxContactEditor";
actionName = "new";
};
scheduler-contacts = {
@ -109,32 +109,32 @@
SOGoContactGCSEntry = {
methods = {
view = {
view = {
protectedBy = "View";
pageName = "UIxContactView";
pageName = "UIxContactView";
};
delete = {
delete = {
protectedBy = "View";
pageName = "UIxContactView";
pageName = "UIxContactView";
actionName = "delete";
};
edit = {
edit = {
protectedBy = "View";
pageName = "UIxContactEditor";
pageName = "UIxContactEditor";
};
save = {
save = {
protectedBy = "View";
pageName = "UIxContactEditor";
pageName = "UIxContactEditor";
actionName = "save";
};
write = {
write = {
protectedBy = "View";
pageName = "UIxContactEditor";
pageName = "UIxContactEditor";
actionName = "write";
};
vcard = {
vcard = {
protectedBy = "View";
pageName = "UIxContactView";
pageName = "UIxContactView";
actionName = "vcard";
};
};
@ -142,32 +142,32 @@
SOGoContactLDAPEntry = {
methods = {
view = {
view = {
protectedBy = "View";
pageName = "UIxContactView";
pageName = "UIxContactView";
};
delete = {
delete = {
protectedBy = "View";
pageName = "UIxContactView";
pageName = "UIxContactView";
actionName = "delete";
};
edit = {
edit = {
protectedBy = "View";
pageName = "UIxContactEditor";
pageName = "UIxContactEditor";
};
save = {
save = {
protectedBy = "View";
pageName = "UIxContactEditor";
pageName = "UIxContactEditor";
actionName = "save";
};
write = {
write = {
protectedBy = "View";
pageName = "UIxContactEditor";
pageName = "UIxContactEditor";
actionName = "write";
};
vcard = {
vcard = {
protectedBy = "View";
pageName = "UIxContactView";
pageName = "UIxContactView";
actionName = "vcard";
};
};

View File

@ -217,7 +217,7 @@
&& [aptStartDate isLessThan: end])
[filtered addObject:apt];
}
return filtered;
}

View File

@ -2,8 +2,7 @@
<table
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
>
xmlns:const="http://www.skyrix.com/od/constant">
<tr>
<th>ID</th>
<th>Title</th>