Changeset 16991
- Timestamp:
- 04/04/09 20:44:32 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfDoctrineAdminGeneratorWithShowPlugin/trunk/README
r14022 r16991 19 19 non_verbose_templates: true 20 20 with_show: true 21 with_csv: true 22 with_xml: true 23 with_pdf: true 24 with_excel: true 21 25 singular: ~ 22 26 plural: ~ … … 33 37 new: ~ 34 38 show: ~ 39 csv: 40 display: [Category, title, extract] 41 filename: monfichier 42 delimeter: "'" 43 separator: ',' 44 xml: 45 filename: my_xml_file 46 excel: 47 filename: my_excel_file 48 pdf: 49 filename: my_pdf_file 35 50 }}} 36 51 … … 56 71 == TODO == 57 72 * a task for create the module 73 * preview before save 74 * import csv, xml and perhaps excel file 75 * make more easy to change css in the admin generator. 58 76