1234567891011121314 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2017
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <toolbar id="_yd7_Toolbar">
- <toolbarButton id="btnFirst" idsLabel="IDS_FIRST" idsAriaLabel="IDS_AC_FIRST_PAGE" smallSvgIcon="def_paging_first" smallIconHeight="16px" smallIconWidth="16px" enabled="false" onCommand="_38g._g0n._hqh('firstPage')"/>
- <toolbarButton id="btnPrevious" idsLabel="IDS_PREVIOUS" smallSvgIcon="def_paging_previous" smallIconHeight="16px" smallIconWidth="16px" enabled="false" onCommand="_38g._g0n._hqh('previousPage')"/>
- <toolbarButton id="btnNext" idsLabel="IDS_NEXT" smallSvgIcon="def_paging_next" smallIconHeight="16px" smallIconWidth="16px" enabled="false" onCommand="_38g._g0n._hqh('nextPage')"/>
- <toolbarButton id="btnLast" idsLabel="IDS_LAST" idsAriaLabel="IDS_AC_LAST_PAGE" smallSvgIcon="def_paging_last" smallIconHeight="16px" smallIconWidth="16px" enabled="false" onCommand="_38g._g0n._hqh('lastPage')"/>
- </toolbar>
- </resources>
|