[cvs] [Wiki] changed: TurbaOutlook2003
Ben Chavet
ben at horde.org
Mon Sep 11 20:45:33 PDT 2006
ben Mon, 11 Sep 2006 20:45:33 -0700
Modified page: http://wiki.horde.org/TurbaOutlook2003
New Revision: 1.7
Change log: remove some unnecesary changes to attributes.php
@@ -20,44 +20,8 @@
Modify the //lastname// field to look like:
<code>
$attributes['lastname'] = array(
'label' => _("Last Name"),
- 'type' => 'text',
- 'required' => false
-);
-</code>
-
-Modify the //email// field to look like:
-<code>
-$attributes['email'] = array(
- 'label' => _("Email"),
- 'type' => 'email',
- 'required' => false
-);
-</code>
-
-Modify the //alias// field to look like:
-<code>
-$attributes['alias'] = array(
- 'label' => _("Alias"),
- 'type' => 'text',
- 'required' => false
-);
-</code>
-
-Modify the //title// field to look like:
-<code>
-$attributes['title'] = array(
- 'label' => _("Title"),
- 'type' => 'text',
- 'required' => false
-);
-</code>
-
-Modify the //company// field to look like:
-<code>
-$attributes['company'] = array(
- 'label' => _("Company"),
'type' => 'text',
'required' => false
);
</code>
@@ -95,17 +59,8 @@
'label' => _("Birthday"),
'type' => 'monthdayyear',
'params' => array(1900, null, true, 1),
'required' => false,
-);
-</code>
-
-Modify the //freebusyUrl// field to look like:
-<code>
-$attributes['freebusyUrl'] = array(
- 'label' => _("Freebusy URL"),
- 'type' => 'text',
- 'required' => false
);
</code>
And, add the following to the end of the file:
More information about the cvs
mailing list