Ignore:
Timestamp:
9 Oct 2007, 17:34:04 (17 years ago)
Author:
joachim
Message:

use File Image Widget in clearance, don't use on live system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_utilities/viewimage.py

    r2114 r2335  
    55##bind script=script
    66##bind subpath=traverse_subpath
    7 ##parameters=path
     7##parameters=path=None
    88##title=
    99##
     
    1616    def set_trace():
    1717        pass
     18if path is None and traverse_subpath:
     19    path = "/".join(traverse_subpath)
    1820return context.waeup_tool.showFsPicture(path)
    1921#import logging
Note: See TracChangeset for help on using the changeset viewer.