X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fconfig.php.dist;h=8e9cf20f196d77f68c28e5a418d9d03240672952;hb=54c7f39c93815e99c45f3f974a4ec14673fee1b2;hp=fed4eea59a393285170e871b8038311f6bdb035b;hpb=93b6bab58db7c4160f256a83dd27372e3d2bd1a8;p=timetracker.git diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist index fed4eea5..8e9cf20f 100644 --- a/WEB-INF/config.php.dist +++ b/WEB-INF/config.php.dist @@ -70,33 +70,6 @@ define('APP_NAME', ''); // define('OLD_PASSWORDS', true); -// Holidays. At this time holiday days are defined in the localization files (one file per language). -// The SHOW_HOLIDAYS option defines whether holidays are highlighted with holiday color. -// -define('SHOW_HOLIDAYS', true); - - -// COST_ON_REPORTS - defines the availability of the Cost field on the Reports page. -// -define('COST_ON_REPORTS', true); - - -// READONLY_START_FINISH - defines whether the start and finish fields on time entry pages are read-only. -// This applies to regular users only. Manager and co-managers can edit these values. -// -// define('READONLY_START_FINISH', false); - - -// FUTURE_ENTRIES - defines whether users can create entries for future dates. Defaults to true. -// -// define('FUTURE_ENTRIES', false); - - -// ALLOW_OVERLAP - defines whether overlapping time entries are allowed. Defaults to false. -// -// define('ALLOW_OVERLAP', true); - - // WEEKEND_START_DAY // // This option defines which days are highlighted with weekend color. @@ -235,3 +208,7 @@ define('AUTH_MODULE', 'db'); // Height in pixels for the note input field in time.php. Defaults to 40. // define('NOTE_INPUT_HEIGHT', 100); + +// define('MANAGER_ONLY_TEAM_SETTINGS', true); // Note: temporary define, to be removed after introduction of role edits. + // Currently checked for "defined" only in profile_edit.tpl, meaning that false + // value here means the same thing. \ No newline at end of file