Ignore:
Timestamp:
6 Jan 2015, 09:15:21 (10 years ago)
Author:
Henrik Bettermann
Message:

Add RESTDocument.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/fileviewlets.py

    r12347 r12408  
    9090    label = _(u'Sample Scan')
    9191    title = _(u'Sample Scan')
    92     mus = 1024 * 50
     92    mus = 1024 * 200
    9393    download_name = u'sample'
    9494    tab_redirect = '#tab2'
     
    134134    label = _(u'PDF File')
    135135    title = _(u'PDF File')
    136     mus = 1024 * 200
     136    mus = 1024 * 1000
    137137    download_name = u'sample.pdf'
    138138    tab_redirect = '#tab2'
Note: See TracChangeset for help on using the changeset viewer.