Zitat von "Briongos Caballero, Sergio" <[EMAIL PROTECTED]>:
> Hello, I have two identities for same people, but I need they can't
> change "Your From: address:" in preferences, I change in prefs.php:
>
>
>
> $_prefs['from_addr'] = array(
>
> 'value' => '',
>
> 'locked' => false,
>
> 'shared' => true,
>
> //'type' => 'text',
>
> 'type' => 'enum',
>
> 'enum' => (isset($identity) && is_object($identity)) ?
> $identity->getAll('from_addr'): array(),
>
> 'desc' => _("Your From: address:")
>
> );
>
>
>
> But I need to hide this in prefs, so that they cannot modify it.
>
>
>
> I only need $_prefs['from_addr'] visible = false
Set 'locked' to true.
Jan.
--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]