Add class attribute for preferences sections list

pull/5584/head
Aleksander Machniak 9 years ago
parent 6eb8f89b4d
commit 3bb12e75f7

@ -170,6 +170,8 @@ function rcmail_user_prefs($current = null)
$no_override = array_flip((array)$RCMAIL->config->get('dont_override'));
foreach ($sections as $idx => $sect) {
$sections[$idx]['class'] = $idx;
if ($current && $sect['id'] != $current) {
continue;
}

Loading…
Cancel
Save