SF Patch #3391547 - Option for minmal mode
This commit is contained in:
committed by
Deon George
parent
56830f1fa4
commit
d8ab7fc2f0
@@ -261,6 +261,11 @@ class Config {
|
||||
'desc'=>'LDAP search filter for the tree entries',
|
||||
'default'=>'(objectClass=*)');
|
||||
|
||||
# PLA will not display the header and footer parts in minimal mode.
|
||||
$this->default->appearance['minimalMode'] = array(
|
||||
'desc'=>'Minimal mode hides header and footer parts',
|
||||
'default'=>false);
|
||||
|
||||
## Caching
|
||||
$this->default->cache['schema'] = array(
|
||||
'desc'=>'Cache Schema Activity',
|
||||
|
Reference in New Issue
Block a user