Ignore:
Timestamp:
17 Apr 2012, 14:20:20 (13 years ago)
Author:
Henrik Bettermann
Message:

Update localisation and rename some icons.

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  
    526526    icon = 'actionicon_manage.png' # File must exist in static/
    527527    target = '@@show' # link to this viewname.
    528     text = _('Show batch logs') # Text to display on the button
     528    text = _('Show logs') # Text to display on the button
    529529
    530530class BrowseDatacenterLogs(BrowseActionButton):
     
    532532    grok.view(DatacenterPage)
    533533    grok.order(4)
    534     icon = 'documentinfo_templet.png'
     534    icon = 'actionicon_info.png'
    535535    target = '@@logs'
    536     text = _('Show batch logs')
     536    text = _('Show logs')
    537537
    538538#
     
    544544    grok.require('waeup.manageUniversity')
    545545    grok.order(6)
    546     icon = 'actionbox_templet.png'
     546    icon = 'actionicon_gear.png'
    547547    target = '@@import1'
    548548    text = _('Batch processing')
Note: See TracChangeset for help on using the changeset viewer.