Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > 308327550f7fca8664acc98f7ac7e1cf > files > 6

horde-chora-2.1-6mdv2010.1.noarch.rpm

<?php
/**
 * $Horde: chora/config/prefs.php.dist,v 1.3.12.1 2008/10/09 17:40:03 jan Exp $
 *
 * See horde/config/prefs.php for documentation on the structure of this file.
 */

$prefGroups['logintasks'] = array(
    'column' => _("Other Options"),
    'label' => _("Login Tasks"),
    'desc' => _("Customize tasks to run upon logging in to Chora."),
    'members' => array('remember_last_file')
);

// last browse file/directory
$_prefs['last_file'] = array(
    'value' => 0,
    'locked' => false,
    'shared' => false,
    'type' => 'implicit'
);

// last sourceroot used
$_prefs['last_sourceroot'] = array(
    'value' => 0,
    'locked' => false,
    'shared' => false,
    'type' => 'implicit'
);

// show the last login time of user
$_prefs['remember_last_file'] = array(
    'value' => 1,
    'locked' => false,
    'shared' => false,
    'type' => 'checkbox',
    'desc' => _("Use last viewed file or directory at login time")
);