[cvs] [Wiki] changed: TurbaOutlook2003

Ben Chavet ben at horde.org
Mon Sep 11 20:52:05 PDT 2006


ben  Mon, 11 Sep 2006 20:52:05 -0700

Modified page: http://wiki.horde.org/TurbaOutlook2003
New Revision:  1.8
Change log:  wrap code to fit 1024x786 browser window

@@ -360,27 +360,30 @@
          'workCity' => 'object_workcity',
          'workProvince' => 'object_workprovince',
          'workPostalCode' => 'object_workpostalcode',
          'workCountry' => 'object_workcountry',
-        'workAddress' => array('fields' => array('workStreet', 'workStreet2', 'workStreet3', 'workCity', 'workProvince', 'workPostalCode'),
+        'workAddress' => array('fields' => array('workStreet', 'workStreet2', 'workStreet3', 'workCity', 'workProvince',
+                                                 'workPostalCode'),
                                 'format' => "%s\n%s\n%s\n%s, %s %s"),
          'homeStreet' => 'object_homestreet',
          'homeStreet2' => 'object_homestreet2',
          'homeStreet3' => 'object_homestreet3',
          'homeCity' => 'object_homecity',
          'homeProvince' => 'object_homeprovince',
          'homePostalCode' => 'object_homepostalcode',
          'homeCountry' => 'object_homecountry',
-        'homeAddress' => array('fields' => array('homeStreet', 'homeStreet2', 'homeStreet3', 'homeCity', 'homeProvince', 'homePostalCode'),
+        'homeAddress' => array('fields' => array('homeStreet', 'homeStreet2', 'homeStreet3', 'homeCity', 'homeProvince',
+                                                 'homePostalCode'),
                                 'format' => "%s\n%s\n%s\n%s, %s %s"),
          'otherStreet' => 'object_otherstreet',
          'otherStreet2' => 'object_otherstreet2',
          'otherStreet3' => 'object_otherstreet3',
          'otherCity' => 'object_othercity',
          'otherProvince' => 'object_otherprovince',
          'otherPostalCode' => 'object_otherpostalcode',
          'otherCountry' => 'object_othercountry',
-        'otherAddress' => array('fields' => array('otherStreet', 'otherStreet2', 'otherStreet3', 'otherCity', 'otherProvince', 'otherPostalCode'),
+        'otherAddress' => array('fields' => array('otherStreet', 'otherStreet2', 'otherStreet3', 'otherCity', 'otherProvince',
+                                                  'otherPostalCode'),
                                 'format' => "%s\n%s\n%s\n%s, %s %s"),
          'assistantPhone' => 'object_assistantphone',
          'workFax' => 'object_workfax',
          'workPhone' => 'object_workphone',
@@ -428,11 +431,14 @@
                             'email3', 'alias', 'website', 'category'),
          'Phone Numbers' => array('primaryPhone', 'homePhone', 'homePhone2', 'homeFax', 'workPhone', 'workPhone2',
                                   'workFax', 'cellPhone', 'pager', 'assistantPhone', 'callback', 'carPhone',
                                   'companyPhone', 'isdn', 'otherPhone', 'otherFax', 'radio', 'telex', 'tty/tdd'),
-        'Home Address' => array('homeStreet', 'homeStreet2', 'homeStreet3', 'homeCity', 'homeProvince', 'homePostalCode', 'homeCountry', 'homeAddress'),
-        'Work Address' => array('workStreet', 'workStreet2', 'workStreet3', 'workCity', 'workProvince', 'workPostalCode', 'workCountry', 'workAddress'),
-        'Other Address' => array('otherStreet', 'otherStreet2', 'otherStreet3', 'otherCity', 'otherProvince', 'otherPostalCode', 'otherCountry', 'otherAddress'),
+        'Home Address' => array('homeStreet', 'homeStreet2', 'homeStreet3', 'homeCity', 'homeProvince', 'homePostalCode',
+                                'homeCountry', 'homeAddress'),
+        'Work Address' => array('workStreet', 'workStreet2', 'workStreet3', 'workCity', 'workProvince', 'workPostalCode',
+                                'workCountry', 'workAddress'),
+        'Other Address' => array('otherStreet', 'otherStreet2', 'otherStreet3', 'otherCity', 'otherProvince', 'otherPostalCode',
+                                 'otherCountry', 'otherAddress'),
          'Details' => array('department', 'office', 'profession', 'manager', 'assistant', 'nickname', 'title',
                             'suffix', 'spouse', 'birthday', 'anniversary', 'freebusyUrl', 'notes'),
          'Certificates' => array('pgpPublicKey', 'smimePublicKey'),
      ),


More information about the cvs mailing list