123456789101112131415161718192021222324252627282930313233 |
- <!--
- 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="_wc1" helpId="dlgFloatingPointFilterWarning">
- <dialogHtml>
- <![CDATA[
- <div onkeypress="_wc1._wph( event )">
- <table class="clsDialogText" style="padding:4px" cellpadding="0" cellspacing="0">
- <tr style="vertical-align:top">
- <td>
- <svg class="clsSvgIcon32x32"><use xlink:href="#def_hal_icon_warning_32x32"/></svg>
- </td>
- <td style="padding-left:7px; padding-top:7px;width:400px">
- <span HAL_ids="IDS_FLOATINGPOINT_WARNING"> </span>
- </td>
- </tr>
- </table>
- <div style="padding-top:10px">
- <label HAL_dlgItemFor="chkHideWarning" class="clsToggle">
- <input HAL_dlgItemId="chkHideWarning" type="checkbox"/><span HAL_ids="IDS_HIDE_FLOAT_WARNING"></span>
- </label>
- </div>
- <div class="clsDlgButtonBar">
- <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_wc1._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- </resources>
|