mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
fix minor visual bug in event list
This commit is contained in:
parent
41029196d8
commit
225491feb1
@ -1260,8 +1260,11 @@ try {
|
||||
// Get column names.
|
||||
$column_names = events_get_column_names($fields, true);
|
||||
|
||||
// First column name has a padding
|
||||
$column_names[0]['style'] = 'padding-left: 1em !important;';
|
||||
foreach ($column_names as $key => $column) {
|
||||
if (is_array($column) && $column['text'] == 'S') {
|
||||
$column_names[$key]['style'] = 'padding-left: 1em !important;';
|
||||
}
|
||||
}
|
||||
|
||||
// Open current filter quick reference.
|
||||
$active_filters_div = '<div class="filter_summary">';
|
||||
|
Loading…
x
Reference in New Issue
Block a user