Files
mayan-edms/apps/icons/literals.py
Roberto Rosario a740b63cdf Icon app updates
2012-09-05 14:06:28 -04:00

31 lines
634 B
Python

#from icons.sets import fat_cow, famfamfam
#DEFAULT_ICON_SET = fat_cow.ID
DEFAULT_ICON_SET = 'fat_cow'
#APP = 'app'
#BACKUPS = 'backups'
#ERROR = 'error'
#ICONS = 'icons'
#SETTINGS = 'settings'
APPLICATION_VIEW_ICONS = 'application_view_icons'
CD_BURN = 'cd_burn'
COG = 'cog'
ERROR = 'error'
GROUP = 'user',
GROUP_ADD = 'user_add'
GROUP_EDIT = 'user_edit'
GROUP_DELETE = 'user_delete'
LOCK = 'lock'
MEDAL_GOLD = 'medal_gold'
MEDAL_GOLD_ADD = 'medal_gold_add'
MEDAL_GOLD_DELETE = 'medal_gold_delete'
PICTURES = 'pictures'
PLUGIN = 'plugin'
USER = 'user'
USER_ADD = 'user_add'
USER_EDIT = 'user_edit'
USER_DELETE = 'user_delete'