_w7g_toolbar.htm 868 B

1234567891011121314151617181920
  1. <style>
  2. #idSourcesToolbar_Pane
  3. {
  4. padding: 0 var(--8XS) 4px;
  5. }
  6. </style>
  7. <table role="presentation" cellpadding="0" cellspacing="0" style="width:100%">
  8. <tr>
  9. <td style="width:100%;">
  10. <div id="idSourcesPane_SearchBoxContainer" class="clsSearchBoxContainer">
  11. <svg class="clsSvgIcon16x16 clsSearchIcon"><use xlink:href="#def_hal_search_16x16"/></svg>
  12. <input id="idSourcesPane_SeachInput" class="clsSearchBox" HAL_isSelectable="true" HAL_idsPlaceholder="IDS_SEARCH_PLACEHOLDER"/>
  13. <button id="idSourcesPane_btnClearSearch" class="clsSearchBtnClear" onclick="_w7g._lh6()"><svg class="clsSvgIcon16x16"><use xlink:href="#def_clearSearchTextBtn"/></svg></button>
  14. </div>
  15. </td>
  16. <td style="padding-left:var(--8XS);">
  17. <div id="idSourcesPane_Toolbar" class="clsDlgToolbar" style="height:auto" HAL_idsAriaLabel="IDS_AC_MODELPANE_TOOLBAR"></div>
  18. </td>
  19. </tr>
  20. </table>