123456789101112131415161718192021222324252627282930313233343536 |
- <!--
- 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="_l0g" idsDialogTitle="IDS_TITLE_UPGRADEINFO" helpId="dlgUpgradeInfo" borderStyle="sizable" startupWidth="600" startupHeight="350">
- <dialogHtml><![CDATA[
- <div onkeypress="_l0g._wph( event )">
- <div HAL_dlgItemId="divRootPane" HAL_paneId="UpgradeInfoDlgPane"></div>
- <div HAL_paneId="UpgradeInfoDescription" style="padding-bottom:var(--16S)">
- <div HAL_dlgItemId="Description" HAL_ids="IDS_UGRADEINFO_DESCRIPTION"></div>
- </div>
- <div HAL_paneId="UpgradeInfoErrors">
- <div HAL_dlgItemId="divErrors" class="clsListView"></div>
- </div>
- <div HAL_paneId="UpgradeInfoButtonBarPane">
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_l0g._8ll()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_CLOSE"></button>
- <button HAL_dlgItemId="btnSelect" class="clsDlgButton" onclick="_l0g._yem()" HAL_ids="IDS_BTN_SELECT"></button>
- </div>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- <panes id="UpgradeInfoDlgPane">
- <columnPane id="UpgradeInfoColumnPane" defaultWidth="*" parentResizeBehaviour="resize" minWidth="300px">
- <rowPane id="UpgradeInfoDescription" defaultHeight="autoFromContents" parentResizeBehaviour="fixed" fillPaneWith="*"/>
- <rowPane id="UpgradeInfoErrors" defaultHeight="*" parentResizeBehaviour="resize" minHeight="50px" fillPaneWith="*"/>
- <rowPane id="UpgradeInfoButtonBarPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed" fillPaneWith="*"/>
- </columnPane>
- </panes>
- </resources>
|