Changeset 4930
- Timestamp:
- 28 Jan 2010, 12:38:40 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/viewlets.py
r4920 r4930 390 390 text = 'Show batch logs' 391 391 392 # 393 # Misc. buttons... 394 # 392 395 class BatchOpButton(ActionButton): 393 396 grok.context(IDataCenter) … … 397 400 target = '@@import1' 398 401 text = 'Batch processing' 399 402 403 class UploadCSVButton(ActionButton): 404 grok.context(IDataCenter) 405 grok.view(DatacenterPage) 406 grok.order(5) 407 icon = 'go-up-16x16.png' 408 target = '@@upload' 409 text = 'Upload CSV file' 410 400 411 # 401 412 # Primary navigation tabs (in upper left navigation bar)...
Note: See TracChangeset for help on using the changeset viewer.