search input field extended to show datetime

master
moneroexamples 8 years ago
parent 8b45f9fe49
commit 5ff83e77ee

@ -25,7 +25,7 @@
{{^testnet}} {{^testnet}}
<div class="center"> <div class="center">
<form action="/search" method="get" style="width:100%; margin-top:15px" class="style-1"> <form action="/search" method="get" style="width:100%; margin-top:15px" class="style-1">
<input type="text" name="value" size="100" <input type="text" name="value" size="120"
placeholder="blk height, blk hash, tx hash, tx payment id, encrypted payment id, tx public key, input key image, stealth address, and datetime"> placeholder="blk height, blk hash, tx hash, tx payment id, encrypted payment id, tx public key, input key image, stealth address, and datetime">
<input type="submit" value="Search"> <input type="submit" value="Search">
</form> </form>

Loading…
Cancel
Save