1234567891011121314151617181920212223242526272829 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2003, 2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="_j4b" borderStyle="none" visualParentRelation="bottom" helpId="dlgPaletteGallery">
- <dialogHtml><![CDATA[
- <div>
- <div class="clsPopupDialog" style="padding:4px;">
- <div HAL_dlgItemId="divListView" class="clsListView" style="border:none; background-color:transparent;"></div>
- <div HAL_dlgItemId="divPropertyLink" style="padding:4px;" onclick="_xle._no9( this, _j4b )" class="clsHyperlink" HAL_ids="IDS_LBL_CUSTOM_PALETTE"></div>
- </div>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="_xle.js"/>
- </externalScripts>
- <externalResources>
- <externalResource src="res/ReportPresets.xml"/>
- </externalResources>
- </dialog>
- <listView id="EmptyGalleryIconList" view="icon" clipLabels="true" iconWidth="64px" iconHeight="64px" columns="5">
- <listItems/>
- </listView>
- </resources>
|