X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fconfig.php.dist;h=8e9cf20f196d77f68c28e5a418d9d03240672952;hb=6c7a98f61e74aeae700b523729abb49ff19d3704;hp=c0dd256d5ef85b11f6156c4332ceda5c04fc8e9c;hpb=3c857ca72d35f70449f20f1156ab35db92f84828;p=timetracker.git diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist index c0dd256d..8e9cf20f 100644 --- a/WEB-INF/config.php.dist +++ b/WEB-INF/config.php.dist @@ -70,17 +70,6 @@ define('APP_NAME', ''); // define('OLD_PASSWORDS', 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); - - // WEEKEND_START_DAY // // This option defines which days are highlighted with weekend color. @@ -219,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