Add extended search settings
-Added a new `shared_pages.page_header.search.position` setting that determines where the search bar is located (valid options include the old 'below-header' and the new 'inside-header' options) -`shared_pages.page_header.show_search` setting has been re-mapped to `shared_pages.page_header.search.enabled` -Updated the search placeholder locale text -Changed the Explorer menu item icon from a magnifying glass to a cubes/blocks icon -Updated css rules to fix some small glitches and allow the new 'inside-header' search option to function
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ exports.menu_claim_address = "Claim Address",
|
||||
exports.ex_title = "Block Explorer",
|
||||
exports.ex_search_title = "Search",
|
||||
exports.ex_search_button = "Search",
|
||||
exports.ex_search_message = "You may enter a block height, block hash ,tx hash or address.",
|
||||
exports.ex_search_message = "Search by block height, block hash, tx hash or address",
|
||||
exports.ex_error = "Error!",
|
||||
exports.ex_warning = "Warning",
|
||||
exports.ex_search_error = "Search found no results.",
|
||||
|
||||
Reference in New Issue
Block a user