12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: Viewer
- (C) Copyright IBM Corp. 2001, 2011
- US Government Users Restricted Rights - Use, duplication or
- disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <toolbarContent divID="CVToolbar_CVID_" style="toolbar" systemCondition="PPES_TOOLBAR_BUTTONS">
- <javascript src="#webContent#/ppwb/abacab_CognosViewer.js"></javascript>
- <button rule="com.cognos.viewer.toolbar.PowerPlayViewerExtendedRules" systemCondition="PPES_TOOLBAR_BUTTONS_PROMPTS">
- <name>prompts</name>
- <action>PP8CV.promptsButton(window.oCV_CVID_);</action>
- <tooltip>
- <string id="QP_GNL_IDS_CHANGE_REPORT_SETTINGS"/>
- </tooltip>
- <icon>/ppwb/Icon/action_prompt.gif</icon>
- </button>
- <button rule="com.cognos.viewer.toolbar.PowerPlayViewerExtendedRules" systemCondition="PPES_TOOLBAR_BUTTONS_DRILL">
- <name>drill</name>
- <action>PP8CV.drillButton(window.oCV_CVID_);</action>
- <tooltip>
- <string id="QP_GNL_IDS_DRILL_THROUGHT"/>
- </tooltip>
- <icon>/ppwb/Icon/action_drill_through.gif</icon>
- </button>
- <separator/>
- <button rule="com.cognos.viewer.toolbar.PowerPlayViewerExtendedRules" systemCondition="PPES_TOOLBAR_BUTTONS_PPSTUDIO">
- <name>ppstudio</name>
- <action>PP8CV.ppStudioButton(window.oCV_CVID_);</action>
- <tooltip>
- <string id="QP_GNL_POWERPLAY_FOR_THE_WEB"/>
- </tooltip>
- <icon>/ppwb/Icon/tools_powerplay_studio.gif</icon>
- </button>
- </toolbarContent>
|