Add class for subtypes other than "default"
This commit is contained in:
parent
ea20b03cf3
commit
406722b756
1 changed files with 2 additions and 2 deletions
|
@ -400,8 +400,8 @@ class kolab_folders extends rcube_plugin
|
|||
|
||||
$class[] = 'type-' . ($ctype ? $ctype : 'mail');
|
||||
|
||||
if ($subtype == 'default')
|
||||
$class[] = 'type-default';
|
||||
if ($subtype)
|
||||
$class[] = 'subtype-' . $subtype;
|
||||
|
||||
return implode(' ', $class);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue