[Tickets #5469] Name_prefix and Pager are not defined in global attributes

bugs at bugs.horde.org bugs at bugs.horde.org
Sat Jun 16 23:51:13 UTC 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=5469
-----------------------------------------------------------------------
 Ticket             | 5469
 Created By         | tim at concussion.cc
 Summary            | Name_prefix and Pager are not defined in global attributes
 Queue              | Turba
 Version            | HEAD
 Type               | Bug
 State              | Unconfirmed
 Priority           | 1. Low
 Owners             | 
-----------------------------------------------------------------------


tim at concussion.cc (2007-06-16 16:51) wrote:

Name_prefix and Pager are not defined in global attributes.
(attributes.php)
This causes visible errors in Advanced search and column options.

Added the following to attributes.php to fix the problem

$attributes['name_prefix'] = array(
    'label' => _("Name Prefix"),
    'type' => 'text',
    'required' => false
);

$attributes['pager'] = array(
    'label' => _("Pager"),
    'type' => 'number',
    'required' => false,
);





More information about the bugs mailing list