Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 92c976836c70bb0acaded0db0a8fa1b6 > files > 6

horde-chora-2.1-3mdv2010.0.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")
);