1234567891011121314151617 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <system version="4.4">
- <!-- the application folder name -->
- <param name="app">cogadmin</param>
- <!-- this should go away once we have our 'common' tarball -->
- <param name="common_app">portal</param>
- <!-- this should go away once we have our 'common' tarball -->
- <param name="skin_shared_images">shared</param>
- <!-- CM filter added to content requests to only return objects "visible" to the current user -->
- <param name="visible">[permission("read") or permission("write") or permission("execute") or permission("traverse") or permission("setPolicy")]</param>
- <!-- Maximum number of items that will appear as a drop-down for the dispatcher filter. If there are more dispatchers in the system than this number then a selection dialog will be used instead. -->
- <param name="dispatcher_filter_dropdown_limit">6</param>
- </system>
|