12345678910111213141516 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2015
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <menuPopupSet id="MenuPopupPaneARVariables">
- <menuPopup id="mnuPaneARVariablesPopup">
- <menuItem id="mnuPaneARVariablesEdit" idsLabel="IDS_LBL_APP_EDIT_VARIABLE" smallSvgIcon="def_hal_edit_16x16" onCommand="_mv9._urc( 'cmdEditAppVariable' )"/>
- <menuItem id="mnuPaneARVariablesDelete" idsLabel="IDS_LBL_APP_DELETE_VARIABLE" smallSvgIcon="def_hal_remove_16x16" onCommand="_mv9._urc( 'cmdDeleteAppVariable' )"/>
- <menuSeparator/>
- <menuItem id="mnuPaneARVariablesAdd" idsLabel="IDS_LBL_APP_ADD_VARIABLE" onCommand="_mv9._urc( 'cmdCreateNewAppVariable' )"/>
- </menuPopup>
- </menuPopupSet>
- </resources>
|