Lewe.com."; **Hier wird die Beschriftung für die Tagessymbole (Abwesenheitscodes) unter dem Menüpunkt Legende/Legend gesetzt:** // __________________________________________________________________________ // Absence Type // Describes the type of absence (or presence) of a team member for a given // day and assigns a symbol to be used in the INI file. Check the language // file for displaying different symbols in the calendar. $tc_config['present'] = '.'; $tc_config['duty_trip'] = 'D'; $tc_config['day_off'] = 'F'; $tc_config['home_office'] = 'H'; $tc_config['not_present'] = 'N'; $tc_config['sick'] = 'S'; $tc_config['training'] = 'T'; $tc_config['vacation'] = 'V'; $tc_config['blocked'] = 'B'; ?> ===== Achtung - alle anderen Einträge bitte **nicht** verändern ! ===== der Eintrag "$tc_config['present'] = '.';" wird momentan nicht ausgewertet/verwendet ! - diesen Eintrag **nicht** löschen, er wird intern verwendet !