Changeset 12411 for main/ikobacustom.skeleton
- Timestamp:
- 7 Jan 2015, 08:50:17 (10 years ago)
- Location:
- main/ikobacustom.skeleton/trunk/src/ikobacustom/skeleton
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.skeleton/trunk/src/ikobacustom/skeleton/documents/utils.py
r12292 r12411 29 29 'PDFDocument': _('PDF Document'), 30 30 'HTMLDocument': _('HTML Document'), 31 'RESTDocument': _('REST Document'), 31 32 'SkeletonDocument': _('Skeleton Document'), 32 33 } -
main/ikobacustom.skeleton/trunk/src/ikobacustom/skeleton/utils/utils.py
r12389 r12411 63 63 'pdfdocuments', 64 64 'htmldocuments', 65 'restdocuments', 65 66 'users', 66 67 'products', … … 76 77 'pdfdocumentprocessor', 77 78 'htmldocumentprocessor', 79 'restdocumentprocessor', 78 80 'userprocessor') 79 81
Note: See TracChangeset for help on using the changeset viewer.