Don't show Checkbox columns when ticket is closed, compact ticket list now matches round pills for status and priority

This commit is contained in:
johnnyq
2025-05-28 17:02:50 -04:00
parent 8631c06731
commit eb5d59623b
4 changed files with 31 additions and 26 deletions

View File

@@ -121,6 +121,8 @@ $config_log_retention = intval($row['config_log_retention']);
// Locale
$config_currency_format = "US_en";
$config_timezone = $row['config_timezone'];
$config_date_format = "Y-m-d";
$config_time_format = "H:i";
// Theme
$config_theme = $row['config_theme'];