- Timestamp:
- 5 Jan 2015, 16:29:07 (10 years ago)
- Location:
- main/ikobacustom.skeleton/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.skeleton/trunk/etc/site.zcml.in
r12175 r12405 28 28 <ikoba:datacenter 29 29 path="${buildout:directory}/var/datacenter" /> 30 31 <!-- Where can the Paypal config be found? --> 32 <ikoba:paypalconf 33 path="${buildout:directory}/etc/paypal.conf" /> 30 34 31 35 <configure i18n_domain="ikobacustom.skeleton"> -
main/ikobacustom.skeleton/trunk/src/ikobacustom/skeleton/customers/fileviewlets.py
r12382 r12405 44 44 label = _(u'Sample Scan') 45 45 title = _(u'Sample Scan') 46 mus = 1024 * 5046 mus = 1024 * 200 47 47 download_name = u'sample' 48 48 tab_redirect = '#tab2'
Note: See TracChangeset for help on using the changeset viewer.