Files
mayan-edms/mayan/apps/navigation/literals.py
Roberto Rosario 14f31d5614 Add new list templates toolbar
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>
2018-12-21 23:51:20 -04:00

5 lines
129 B
Python

from __future__ import unicode_literals
TEXT_ONLY_IDENTIFIER = 'only_identifier'
TEXT_EXCLUDE_IDENTIFIER = 'exclude_identifier'