system.xml 1.0 KB

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  4. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  5. -->
  6. <system version="4.4">
  7. <!-- the application folder name -->
  8. <param name="app">cogadmin</param>
  9. <!-- this should go away once we have our 'common' tarball -->
  10. <param name="common_app">portal</param>
  11. <!-- this should go away once we have our 'common' tarball -->
  12. <param name="skin_shared_images">shared</param>
  13. <!-- CM filter added to content requests to only return objects "visible" to the current user -->
  14. <param name="visible">[permission("read") or permission("write") or permission("execute") or permission("traverse") or permission("setPolicy")]</param>
  15. <!-- 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. -->
  16. <param name="dispatcher_filter_dropdown_limit">6</param>
  17. </system>