芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/design.pulsehost.co.uk/application/config/system.php
[ 'not_started' => 'default', 'in_progress' => 'info', 'on_hold' => 'warning', 'cancelled' => 'purple', 'completed' => 'success', ], /** * Various invoice statuses, with their corresponding bootstrap colors (colors are used for labels etc) * [IMPORTANT WARNING] * Only change the color values * [AVAILABLE VALUES] * default|info|warning|success|danger|primary|green|lime|brown */ 'invoice_statuses' => [ 'draft' => 'default', 'due' => 'warning', 'overdue' => 'danger', 'paid' => 'success', 'part_paid' => 'info', ], /** * Various estimate statuses, with their corresponding bootstrap colors (colors are used for labels etc) * [IMPORTANT WARNING] * Only change the color values * [AVAILABLE VALUES] * default|info|warning|success|danger|primary|green|lime|brown */ 'estimate_statuses' => [ 'draft' => 'default', 'sent' => 'info', 'accepted' => 'success', 'declined' => 'danger', 'expired' => 'warning', ], /** * Various task statuses, with their corresponding bootstrap colors (colors are used for labels etc) * [IMPORTANT WARNING] * Only change the color values * [AVAILABLE VALUES] * default|info|warning|success|danger|primary|green|lime|brown */ 'task_statuses' => [ 'new' => 'default', 'in_progress' => 'info', 'testing' => 'purple', 'awaiting_feedback' => 'warning', 'completed' => 'success', ], /** * Various task priority, with their corresponding bootstrap colors (colors are used for labels etc) * [IMPORTANT WARNING] * Only change the color values * [AVAILABLE VALUES] * default|info|warning|success|danger|primary|green|lime|brown */ 'task_priority' => [ 'normal' => 'info', 'high' => 'warning', 'urgent' => 'danger', ], /** * Various ticket statuses, with their corresponding bootstrap colors (colors are used for labels etc) * [IMPORTANT WARNING] * Only change the color values * [AVAILABLE VALUES] * default|info|warning|success|danger|primary|green|lime|brown */ 'ticket_statuses' => [ 'open' => 'info', 'on_hold' => 'warning', 'answered' => 'success', 'closed' => 'default', ], /** * Various ticket priority, with their corresponding bootstrap colors (colors are used for labels etc) * [IMPORTANT WARNING] * Only change the color values * [AVAILABLE VALUES] * default|info|warning|success|danger|primary|green|lime|brown */ 'ticket_priority' => [ 'normal' => 'info', 'high' => 'warning', 'urgent' => 'danger', ], /** * Show task timer seconds, when displaying the timers (excluding the timesheet page, which will always display seconds) * [AVAILABLE VALUES] * TRUE|FALSE */ 'timers' => [ 'display_seconds' => TRUE, ], ];