Added a provision to fix misbehaving tab labels which appear when the action of a view
is not the same as the URL. If a management_view variable is set, then this rather than the URL will be consulted to determine the selected management view of the the management screen. The selected view is displayed in a lighter color than the other tabs, and can be used to determine the help screen. An easy way to define the management_view variable is to set it when creating a HTMLFile, for example, manage_findForm=HTMLFile('findForm', globals(), management_view='Find')
Showing
Please register or sign in to comment