Add the new generic list and generic list items toolbar which allow switching the list display mode. This toolbar also includes a stylized button to select and deselect all items emulating the check-all checkbox. Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
5 lines
129 B
Python
5 lines
129 B
Python
from __future__ import unicode_literals
|
|
|
|
TEXT_ONLY_IDENTIFIER = 'only_identifier'
|
|
TEXT_EXCLUDE_IDENTIFIER = 'exclude_identifier'
|