12345678910111213141516171819 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2018
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="_m57" idsDialogTitle="IDS_MI_POPUP_COPYPASTE_WARNINGS" helpId="dlgCopyPasteWarnings" dialogSvgIcon="def_properties_16x16">
- <dialogHtml><![CDATA[
- <div onkeypress="_m57._wph( event )">
- <div HAL_dlgItemId="divWarningsTree" class="clsTreeView" style="width:100%; height:300px; overflow:auto" tabIndex="0"></div>
- <div class="clsDlgButtonBar">
- <button id="_m57_btnOK" class="clsDlgButton" onclick="_m57._bgn()" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- </resources>
|