-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #146 from Esri/f/csw2
geoportal-search
- Loading branch information
Showing
5 changed files
with
122 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 8 additions & 6 deletions
14
geoportal-search/src/main/resources/gs/widget/templates/SearchBox.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
<div class="search-box"> | ||
<input type="text" class="search-textbox" | ||
placeholder="${i18n.search.searchBox.placeholder}" | ||
data-dojo-attach-point="searchTextBox" | ||
><button class="btn btn-confirm" type="button" | ||
<div class="search-box-container"> | ||
<input type="text" class="search-textbox" | ||
placeholder="${i18n.search.searchBox.placeholder}" | ||
data-dojo-attach-point="searchTextBox"/> | ||
</div> | ||
<button class="btn btn-confirm" type="button" | ||
data-dojo-attach-point="searchButton" | ||
data-dojo-attach-event="onClick: searchButtonClicked" | ||
title="${i18n.search.searchBox.search}" | ||
><span class="esri-icon-search"></span> | ||
</button> | ||
><span class="esri-icon-search"></span> | ||
</button> | ||
</div> |
1 change: 0 additions & 1 deletion
1
geoportal-search/src/main/resources/gs/widget/templates/SearchPane.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters