Ignore:
Timestamp:
Apr 30, 2013 3:04:40 PM (11 years ago)
Author:
mike
Message:

add icon field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonetabs/branches/nokss/quintagroup/plonetabs/browser/plonetabs.py

    r3681 r3682  
    3737from interfaces import IPloneTabsControlPanel 
    3838 
    39 ACTION_ATTRS = ["id", "title", "url_expr", "available_expr", "visible"] 
     39ACTION_ATTRS = ["id", "title", "url_expr", "icon_expr", "available_expr", "visible"] 
    4040UI_ATTRS = {"id": "id", 
    4141            "title": "name", 
    4242            "url_expr": "action", 
     43            "icon_expr": "icon_expr", 
    4344            "available_expr": "condition", 
    4445            "visible": "visible"} 
Note: See TracChangeset for help on using the changeset viewer.