Changeset 8197 for main/waeup.kofa/trunk/src/waeup/kofa/browser
- Timestamp:
- 17 Apr 2012, 14:20:20 (13 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/browser
- Files:
-
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/viewlets.py
r8043 r8197 526 526 icon = 'actionicon_manage.png' # File must exist in static/ 527 527 target = '@@show' # link to this viewname. 528 text = _('Show batchlogs') # Text to display on the button528 text = _('Show logs') # Text to display on the button 529 529 530 530 class BrowseDatacenterLogs(BrowseActionButton): … … 532 532 grok.view(DatacenterPage) 533 533 grok.order(4) 534 icon = ' documentinfo_templet.png'534 icon = 'actionicon_info.png' 535 535 target = '@@logs' 536 text = _('Show batchlogs')536 text = _('Show logs') 537 537 538 538 # … … 544 544 grok.require('waeup.manageUniversity') 545 545 grok.order(6) 546 icon = 'action box_templet.png'546 icon = 'actionicon_gear.png' 547 547 target = '@@import1' 548 548 text = _('Batch processing')
Note: See TracChangeset for help on using the changeset viewer.