12345678910111213141516171819202122 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2019
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="_0g2" idsDialogTitle="IDS_TITLE_LAUNCH_EXPLORE" helpId="dlgTableInsert">
- <dialogHtml><![CDATA[
- <div onkeypress="_0g2._wph( event )">
- <table class="clsDialogText" cellpadding="0" cellspacing="0">
- <tr>
- <button class="clsDlgButton" onclick="_0g2._w13()" style="display:block; width:100%" HAL_ids="IDS_BTN_NEW_EXPLORATION"></button>
- </tr>
- <tr>
- <button class="clsDlgButton" onclick="_0g2._h51()" style="display:block; width:100%" HAL_ids="IDS_BTN_ADD_TO_EXISTING"></button>
- </tr>
- </table>
- </div>
- ]]></dialogHtml>
- </dialog>
- </resources>
|