[turba] Actions Show Contacts / Lists don't appear with Turba 2.1.3

Andy Wright horde at eltofts.homelinux.com
Wed Jan 17 09:00:12 PST 2007



eugenio vota wrote:
> Hi all, setting up lastest stable release of  Turba 2.1.3 ( Horde 3.1.3),
> I found that now browsing the Personal Address Book (mysql for my 
> environment),
> don't appear the actions Show Lists, Show Contacts and Show All, on 
> top of the column heading.
>
> Looking for the trouble , it seems that the test (near row 51 of the 
> file   turba/templates/browse/action.inc )
> is every time false, but I don't know why?
>
>
>        <?php
>        $browse_link =
>        Util::addParameter(Horde::applicationUrl('browse.php'),
>        'source', $source);
>        if ($this->getType() == 'directory' &&
>        !empty($cfgSources[$source]['map']['__type'])) {
>            printf(_("Show %s"),
>        Horde::widget(Util::addParameter($browse_link, 'show','lists'),
>        _("Show Lists"), 'widget', '', '', _("_Lists")) . ', ' .
>                Horde::widget(Util::addParameter($browse_link, 'show',
>        'contacts'), _("Show Contacts"), 'widget', '', '',
>        _("_Contacts")) . ', ' .
>                Horde::widget(Util::addParameter($browse_link, 'show',
>        'all'), _("Show All"), 'widget', '', '', _("All")));
>        }
>        ?>
>
> Anyone knows if it's a configuration issue ?
>
> Thanks a lot.
>
Ticket 4118 on bugs.horde.org

Andy.


More information about the turba mailing list