Changeset 7160 for main


Ignore:
Timestamp:
21 Nov 2011, 11:00:54 (13 years ago)
Author:
Henrik Bettermann
Message:

Use proper action icons (hopefully we can use them also with the bootstrap toolkit).

Location:
main/waeup.sirp/trunk/src/waeup/sirp
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified main/waeup.sirp/trunk/src/waeup/sirp/students/browser.py

    r7158 r7160  
    461461    text = 'Clear student'
    462462    target = 'clear'
     463    icon = 'actionicon_accept.png'
    463464
    464465    @property
     
    475476    text = 'Reject clearance'
    476477    target = 'reject_clearance'
     478    icon = 'actionicon_reject.png'
    477479
    478480    @property
Note: See TracChangeset for help on using the changeset viewer.