powerplay-toolbar.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: Viewer
  5. (C) Copyright IBM Corp. 2001, 2011
  6. US Government Users Restricted Rights - Use, duplication or
  7. disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <toolbarContent divID="CVToolbar_CVID_" style="toolbar" systemCondition="PPES_TOOLBAR_BUTTONS">
  10. <javascript src="#webContent#/ppwb/abacab_CognosViewer.js"></javascript>
  11. <button rule="com.cognos.viewer.toolbar.PowerPlayViewerExtendedRules" systemCondition="PPES_TOOLBAR_BUTTONS_PROMPTS">
  12. <name>prompts</name>
  13. <action>PP8CV.promptsButton(window.oCV_CVID_);</action>
  14. <tooltip>
  15. <string id="QP_GNL_IDS_CHANGE_REPORT_SETTINGS"/>
  16. </tooltip>
  17. <icon>/ppwb/Icon/action_prompt.gif</icon>
  18. </button>
  19. <button rule="com.cognos.viewer.toolbar.PowerPlayViewerExtendedRules" systemCondition="PPES_TOOLBAR_BUTTONS_DRILL">
  20. <name>drill</name>
  21. <action>PP8CV.drillButton(window.oCV_CVID_);</action>
  22. <tooltip>
  23. <string id="QP_GNL_IDS_DRILL_THROUGHT"/>
  24. </tooltip>
  25. <icon>/ppwb/Icon/action_drill_through.gif</icon>
  26. </button>
  27. <separator/>
  28. <button rule="com.cognos.viewer.toolbar.PowerPlayViewerExtendedRules" systemCondition="PPES_TOOLBAR_BUTTONS_PPSTUDIO">
  29. <name>ppstudio</name>
  30. <action>PP8CV.ppStudioButton(window.oCV_CVID_);</action>
  31. <tooltip>
  32. <string id="QP_GNL_POWERPLAY_FOR_THE_WEB"/>
  33. </tooltip>
  34. <icon>/ppwb/Icon/tools_powerplay_studio.gif</icon>
  35. </button>
  36. </toolbarContent>