1234567891011121314151617181920 |
- <style>
- #idSourcesToolbar_Pane
- {
- padding: 0 var(--8XS) 4px;
- }
- </style>
- <table role="presentation" cellpadding="0" cellspacing="0" style="width:100%">
- <tr>
- <td style="width:100%;">
- <div id="idSourcesPane_SearchBoxContainer" class="clsSearchBoxContainer">
- <svg class="clsSvgIcon16x16 clsSearchIcon"><use xlink:href="#def_hal_search_16x16"/></svg>
- <input id="idSourcesPane_SeachInput" class="clsSearchBox" HAL_isSelectable="true" HAL_idsPlaceholder="IDS_SEARCH_PLACEHOLDER"/>
- <button id="idSourcesPane_btnClearSearch" class="clsSearchBtnClear" onclick="_w7g._lh6()"><svg class="clsSvgIcon16x16"><use xlink:href="#def_clearSearchTextBtn"/></svg></button>
- </div>
- </td>
- <td style="padding-left:var(--8XS);">
- <div id="idSourcesPane_Toolbar" class="clsDlgToolbar" style="height:auto" HAL_idsAriaLabel="IDS_AC_MODELPANE_TOOLBAR"></div>
- </td>
- </tr>
- </table>
|