[cvs] [Wiki] changed: TurbaOutlook2003
Wiki Guest
wikiguest at horde.org
Mon Sep 11 17:44:41 PDT 2006
guest [24.249.152.65] Mon, 11 Sep 2006 17:44:41 -0700
Modified page: http://wiki.horde.org/TurbaOutlook2003
New Revision: 1.4
Change log: reverted back; sb: addresslink per CVS
@@ -65,18 +65,18 @@
Modify the //homeAddress// field to look like:
<code>
$attributes['homeAddress'] = array(
'label' => '',
- 'type' => 'address',
+ 'type' => 'addresslink',
'required' => false,
);
</code>
Modify the //workAddress// field to look like:
<code>
$attributes['workAddress'] = array(
'label' => '',
- 'type' => 'address',
+ 'type' => 'addresslink',
'required' => false,
);
</code>
@@ -329,9 +329,9 @@
);
$attributes['otherAddress'] = array(
'label' => '',
- 'type' => 'address',
+ 'type' => 'addresslink',
'required' => false,
);
$attributes['otherStreet'] = array(
'label' => _("Other Street Address"),
More information about the cvs
mailing list