Changeset 12408 for main/waeup.ikoba/trunk/src/waeup/ikoba/customers
- Timestamp:
- 6 Jan 2015, 09:15:21 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/fileviewlets.py
r12347 r12408 90 90 label = _(u'Sample Scan') 91 91 title = _(u'Sample Scan') 92 mus = 1024 * 5092 mus = 1024 * 200 93 93 download_name = u'sample' 94 94 tab_redirect = '#tab2' … … 134 134 label = _(u'PDF File') 135 135 title = _(u'PDF File') 136 mus = 1024 * 200136 mus = 1024 * 1000 137 137 download_name = u'sample.pdf' 138 138 tab_redirect = '#tab2'
Note: See TracChangeset for help on using the changeset viewer.