Last change
on this file since 17948 was
486,
checked in by joachim, 18 years ago
|
svn -R propset svn:keywords "Id" .
added layout_application_/edit/create/view
and cleaned that up.
|
-
Property svn:keywords set to
Id
|
File size:
969 bytes
|
Rev | Line | |
---|
[432] | 1 | ## Script (Python) "getCustomDisplayParams" |
---|
| 2 | ##bind container=container |
---|
| 3 | ##bind context=context |
---|
| 4 | ##bind namespace= |
---|
| 5 | ##bind script=script |
---|
| 6 | ##bind subpath=traverse_subpath |
---|
| 7 | ##parameters= |
---|
| 8 | ##title= |
---|
| 9 | ## |
---|
[486] | 10 | # $Id: getAcademicsDisplayParams.py 486 2006-09-06 10:09:39Z joachim $ |
---|
[432] | 11 | """ |
---|
| 12 | The Academics batch parameters |
---|
| 13 | """ |
---|
| 14 | custom_params = {'format': None, |
---|
| 15 | 'sort_by': None, |
---|
| 16 | 'direction': 'asc', |
---|
| 17 | 'items_per_page': 50, |
---|
| 18 | 'nav_action': 'folder_view', |
---|
| 19 | 'filter': 0, |
---|
| 20 | 'detail_tab_columns': ['long_title', |
---|
| 21 | 'id', |
---|
| 22 | #'typetext', |
---|
| 23 | #'size', |
---|
| 24 | #'date', |
---|
| 25 | #'author', |
---|
| 26 | 'status', |
---|
| 27 | #'version' |
---|
| 28 | ], |
---|
| 29 | } |
---|
| 30 | |
---|
| 31 | return custom_params |
---|
| 32 | |
---|
Note: See
TracBrowser for help on using the repository browser.