home *** CD-ROM | disk | FTP | other *** search
- /* Nothing here is localizable */
-
- /* Contents of inspectors */
- PersoContentsInspector = {
- FormAttributes = ("Full Name", EMail, FAX, "Work Phone", "Home Phone");
- PopupBaseAttributes = (Info, Address);
- NoShowAttributes = (Type, Icon);
- };
- GroupContentsInspector = {
- FormAttributes = ("Full Name", EMail);
- PopupBaseAttributes = (Info);
- NoShowAttributes = (Type, Elements, Icon, "Sort Method");
- };
- BookContentsInspector = {
- FormAttributes = (Type);
- PopupBaseAttributes = (Info, "RTF File Template");
- NoShowAttributes = (Contents, "Address Book Shelf", Icon, "Sort Method", "Address Book Columns", "Address Book Height", "Date Last Modified");
- };
-
- /* Find related */
- NoSearchAttributes = (Type, Contents, Elements, Icon, "Address Book Shelf");
-
- /* Filter keys */
- FAX_FILTER = {
- restrict_to = ("Full Name", FAX, Address, Type);
- add_link_original = Yes;
- omit_empty_strings = Yes;
- };
-
- AddressNode_slots = (
- { key = Name; },
- { key = "Work Phone"; filler = slot_phone_filler; },
- { key = "Home Phone"; filler = slot_phone_filler; },
- { key = Address; filler = slot_address_filler; }
- );
-
-