12345678910111213141516171819202122232425262728293031323334353637 |
- <!--
- 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="_ja4" idsDialogTitle="IDS_TITLE_LOCALIZEDTEXTTYPE" helpId="dlgSetLocalizedTextType">
- <dialogHtml>
- <![CDATA[
- <div onkeypress="_ja4._wph( event )">
- <div HAL_dlgItemId="divNoTextRadio" style="margin-bottom:var(--16S);">
- <label HAL_dlgItemFor="radNoTextLabel" class="clsRadioButton">
- <input type="radio" HAL_dlgItemId="radNoTextLabel" HAL_dlgItemName="LabelType" onclick="_ja4._3b7()"/><span HAL_dlgItemId="elNoTextLabel" HAL_ids="IDS_SETTEXTLABEL_NO"></span>
- </label>
- </div>
- <div HAL_dlgItemId="divAutoRadio" style="margin-bottom:var(--16S);">
- <label HAL_dlgItemFor="radAutomaticTextLabel" class="clsRadioButton">
- <input type="radio" HAL_dlgItemId="radAutomaticTextLabel" HAL_dlgItemName="LabelType" onclick="_ja4._3b7()"/><span HAL_dlgItemId="elAutomaticTextLabel" HAL_ids="IDS_SETTEXTLABEL_AUTOMATIC"></span>
- </label>
- </div>
- <div style="margin-bottom:var(--16S);">
- <label HAL_dlgItemFor="radSpecifiedTextLabel" class="clsRadioButton">
- <input type="radio" HAL_dlgItemId="radSpecifiedTextLabel" HAL_dlgItemName="LabelType" onclick="_ja4._3b7()"/><span HAL_ids="IDS_SETTEXTLABEL_SPECIFIED"></span>
- </label>
- </div>
- <div style="padding-left:24px; white-space:nowrap">
- <input HAL_dlgItemId="txtDefaultText" class="clsTextBox clsReadOnlyTextBox" type="text" style="width:240px; vertical-align:middle" HAL_isSelectable="true" readOnly="true" HAL_idsAriaLabel="IDS_SETTEXTLABEL_SPECIFIED" ondblclick="_ja4._2p3()"/><button HAL_dlgItemId="btnDefaultText" class="clsDotDotDotButton" style="vertical-align:middle" hideFocus="true" onclick="_ja4._2p3()"><svg class="clsDotDotDotButtonSvg"><use xlink:href="#def_hal_property_dotdotdot"></use></svg></button>
- </div>
- <div class="clsDlgButtonBar">
- <button HAL_dlgItemId="btnCancel" class="clsDlgButton" onclick="_ja4._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_ja4._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- </resources>
|